isNotEmptyAndNotNull property

bool get isNotEmptyAndNotNull

Implementation

bool get isNotEmptyAndNotNull => this != null && this!.isNotEmpty;