hasWarning property

  1. @override
bool hasWarning

Whether the currentWarnings list contains any warnings.

Implementation

@override
bool get hasWarning {
  return state.hasWarning;
}