isUploading property

bool isUploading

Implementation

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