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