hasWarnings property
bool
get
hasWarnings
Returns true if there are any warnings
Implementation
bool get hasWarnings => _warnings.isNotEmpty;
Returns true if there are any warnings
bool get hasWarnings => _warnings.isNotEmpty;