hasWarnings property
bool
get
hasWarnings
Check if any warnings were logged
Implementation
bool get hasWarnings => warningLogs.isNotEmpty;
Check if any warnings were logged
bool get hasWarnings => warningLogs.isNotEmpty;