isNotEmpty method

bool isNotEmpty()

Implementation

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