isNotEmpty property

bool isNotEmpty

Returns true if value is non-zero.

Implementation

bool get isNotEmpty => number > 0;