isNotNullEmpty property

bool get isNotNullEmpty

Implementation

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