isNotNullAndNotEmpty property

bool isNotNullAndNotEmpty

Implementation

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