menu
keystone_network package
documentation
core/upload_state.dart
UploadStateX<T, E>
isProcessing property
isProcessing property
dark_mode
light_mode
isProcessing
property
bool
get
isProcessing
Implementation
bool get isProcessing => this is UploadProcessingState<T, E>;
keystone_network package
documentation
core/upload_state
UploadStateX<T, E>
isProcessing property
UploadStateX extension on
UploadState
<
T
,
E
>