isNotNullAndEmpty property

bool get isNotNullAndEmpty

Implementation

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