uploadSizeLimit property
The maximum limit of file size for uploading. (MB)
Implementation
@JsonKey(
name: 'file_upload_size_limit',
defaultValue: 30,
) // Check
final int uploadSizeLimit;
The maximum limit of file size for uploading. (MB)
@JsonKey(
name: 'file_upload_size_limit',
defaultValue: 30,
) // Check
final int uploadSizeLimit;