status property
UploadStatus
get
status
Implementation
UploadStatus get status => _status;
Implementation
@protected
set status(UploadStatus value) {
if (_status != value) {
_status = value;
notifyListeners();
}
}