hasWarnings property
bool
get
hasWarnings
Whether any warning is currently active for this call.
Implementation
bool get hasWarnings => current.isNotEmpty;
Whether any warning is currently active for this call.
bool get hasWarnings => current.isNotEmpty;