isNotNullOrEmpty property

bool isNotNullOrEmpty

Implementation

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