MediaConfig constructor

MediaConfig({
  1. int? mUploadSize,
})

Implementation

MediaConfig({
  this.mUploadSize,
});