isNotEmpty property - StringBuffer class - dart:core library (original) (raw)

description

bool getisNotEmpty

Returns whether the buffer is not empty. This is a constant-time operation.

Implementation

bool get isNotEmpty => !isEmpty;