StatusDataExtension<T, S> extension
Extension methods for the GetStatus class.
- on
-
- GetStatus<
T>
- GetStatus<
Properties
- data → T?
-
Available on GetStatus<
Gets the data associated with the status if it is a success status.T> , provided by the StatusDataExtension extensionno setter - error → dynamic
-
Available on GetStatus<
T> , provided by the StatusDataExtension extensionno setter - errorMessage → String
-
Available on GetStatus<
Gets the error message associated with the status.T> , provided by the StatusDataExtension extensionno setter - isCustom → bool
-
Available on GetStatus<
Checks if the status is a custom status.T> , provided by the StatusDataExtension extensionno setter - isEmpty → bool
-
Available on GetStatus<
Checks if the status indicates that the state is empty.T> , provided by the StatusDataExtension extensionno setter - isError → bool
-
Available on GetStatus<
Checks if the status indicates that the state has encountered an error.T> , provided by the StatusDataExtension extensionno setter - isLoading → bool
-
Available on GetStatus<
Checks if the status indicates that the state is loading.T> , provided by the StatusDataExtension extensionno setter - isSuccess → bool
-
Available on GetStatus<
Checks if the status indicates that the state is successful.T> , provided by the StatusDataExtension extensionno setter