isEmpty property
bool
get
isEmpty
Returns true if no localized strings are available.
Implementation
bool get isEmpty => _strings.isEmpty;
Returns true if no localized strings are available.
bool get isEmpty => _strings.isEmpty;