isNotNullOrEmpty method

bool isNotNullOrEmpty()

Implementation

bool isNotNullOrEmpty() => this != null && this!.isNotEmpty;