isEmptyOrNull property
bool
get
isEmptyOrNull
null ζθ Empty θΏε true
Implementation
bool get isEmptyOrNull => this == null || this!.isEmpty;
null ζθ Empty θΏε true
bool get isEmptyOrNull => this == null || this!.isEmpty;