isSuccess property
bool
get
isSuccess
Whether the upload was successful
Implementation
bool get isSuccess => status == UploadStatus.completed && statusCode == 200;
Whether the upload was successful
bool get isSuccess => status == UploadStatus.completed && statusCode == 200;