isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Implementation
bool get isNotNullOrEmpty {
var stringValue = this;
return stringValue != null && stringValue.isNotEmpty;
}
bool get isNotNullOrEmpty {
var stringValue = this;
return stringValue != null && stringValue.isNotEmpty;
}