isNotEmpty property

bool get isNotEmpty

determines if all fields are not empty

Implementation

bool get isNotEmpty => !isEmpty;