isUploading property

bool get isUploading

Implementation

bool get isUploading {
  return progress != null && progress!.percent < 1;
}