isNullOrEmpty property
bool
get
isNullOrEmpty
Implementation
bool get isNullOrEmpty => this == null || this == 'null' || this!.isEmpty;
bool get isNullOrEmpty => this == null || this == 'null' || this!.isEmpty;