hasWarnings property
bool
get
hasWarnings
Checks if any warnings were encountered.
Implementation
bool get hasWarnings => warnings.isNotEmpty;
Checks if any warnings were encountered.
bool get hasWarnings => warnings.isNotEmpty;