processing property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
bool processing
getter/setter pair

Is true while uploading the file.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
bool processing;