StatusDataExt<T> extension
Extension on GetStatus providing convenience getters.
- on
-
- GetStatus<
T>
- GetStatus<
Properties
- data → T?
-
Available on GetStatus<
The data if this is a success status.T> , provided by the StatusDataExt extensionno setter - error → Object?
-
Available on GetStatus<
The error object if this is an error status.T> , provided by the StatusDataExt extensionno setter - errorMessage → String
-
Available on GetStatus<
The error message as a string.T> , provided by the StatusDataExt extensionno setter - isCustom → bool
-
Available on GetStatus<
Whether this status is custom.T> , provided by the StatusDataExt extensionno setter - isEmpty → bool
-
Available on GetStatus<
Whether this status is empty.T> , provided by the StatusDataExt extensionno setter - isError → bool
-
Available on GetStatus<
Whether this status is error.T> , provided by the StatusDataExt extensionno setter - isLoading → bool
-
Available on GetStatus<
Whether this status is loading.T> , provided by the StatusDataExt extensionno setter - isSuccess → bool
-
Available on GetStatus<
Whether this status is success.T> , provided by the StatusDataExt extensionno setter