isNotEmpty property

bool get isNotEmpty

Returns true if the current value is not empty.

Implementation

bool get isNotEmpty => value.isNotEmpty;