MmEnvironmentConfigFileSettings constructor

MmEnvironmentConfigFileSettings({
  1. bool? maxFileSize,
  2. bool? driverName,
  3. bool? directory,
  4. bool? enablePublicLink,
  5. bool? publicLinkSalt,
  6. bool? thumbnailWidth,
  7. bool? thumbnailHeight,
  8. bool? previewWidth,
  9. bool? previewHeight,
  10. bool? profileWidth,
  11. bool? profileHeight,
  12. bool? initialFont,
  13. bool? amazonS3AccessKeyId,
  14. bool? amazonS3SecretAccessKey,
  15. bool? amazonS3Bucket,
  16. bool? amazonS3Region,
  17. bool? amazonS3Endpoint,
  18. bool? amazonS3SSL,
})

Returns a new MmEnvironmentConfigFileSettings instance.

Implementation

MmEnvironmentConfigFileSettings({
  this.maxFileSize,
  this.driverName,
  this.directory,
  this.enablePublicLink,
  this.publicLinkSalt,
  this.thumbnailWidth,
  this.thumbnailHeight,
  this.previewWidth,
  this.previewHeight,
  this.profileWidth,
  this.profileHeight,
  this.initialFont,
  this.amazonS3AccessKeyId,
  this.amazonS3SecretAccessKey,
  this.amazonS3Bucket,
  this.amazonS3Region,
  this.amazonS3Endpoint,
  this.amazonS3SSL,
});