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