uploadSizeLimit property

  1. @JsonKey(defaultValue: 30 * 1024 * 1024)
int uploadSizeLimit
final

The maximum limit of file size for uploading.

Implementation

@JsonKey(defaultValue: 30 * 1024 * 1024) // Check
final int uploadSizeLimit;