uploadSizeLimit property Null safety

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

Uplodable file size limit (unit in bytes)

Implementation

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