isNullOrEmpty property
bool
get
isNullOrEmpty
checks if string is null or empty
Implementation
bool get isNullOrEmpty => orEmpty.isEmpty;
checks if string is null or empty
bool get isNullOrEmpty => orEmpty.isEmpty;