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