DataPickerLoadStatus.error constructor
const
DataPickerLoadStatus.error(
- String error
An error status of the data picker.
This status is used to notify the user of an error that occurred while loading data.
The error message is provided as a parameter.
Implementation
const factory DataPickerLoadStatus.error(String error) =
PickerLoadStatusError;