isNotEmpty property

bool get isNotEmpty
inherited

determines if all fields are not empty

Implementation

bool get isNotEmpty => !isEmpty;