DataPickerLoadStatus.error constructor

const DataPickerLoadStatus.error(
  1. 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;