isNullOrEmpty property
bool
get
isNullOrEmpty
Implementation
bool get isNullOrEmpty => this == null || (this?.isEmpty ?? false);
bool get isNullOrEmpty => this == null || (this?.isEmpty ?? false);