isNotEmptyAndNotNull property

bool isNotEmptyAndNotNull

Implementation

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