GoogleChromePolicyVersionsV1UploadedFileConstraints constructor

GoogleChromePolicyVersionsV1UploadedFileConstraints({
  1. String? sizeLimitBytes,
  2. List<String>? supportedContentTypes,
})

Implementation

GoogleChromePolicyVersionsV1UploadedFileConstraints({
  this.sizeLimitBytes,
  this.supportedContentTypes,
});