hasWarnings property
bool
get
hasWarnings
Were there any warnings or errors in extracting messages.
Implementation
bool get hasWarnings => warnings.isNotEmpty;
Were there any warnings or errors in extracting messages.
bool get hasWarnings => warnings.isNotEmpty;