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;