errorDescription property

String? errorDescription
final

Description of an error state.

This is null while the controller is not in an error state. When hasError is true this contains the error description.

Implementation

final String? errorDescription;