errorSummary property

String? errorSummary
override

Implementation

String? get errorSummary =>
    error != null && errors.length == 0 ? errorMessage : null;