MmEnvironmentConfigFileSettings constructor
MmEnvironmentConfigFileSettings({
- bool? maxFileSize,
- bool? driverName,
- bool? directory,
- bool? enablePublicLink,
- bool? publicLinkSalt,
- bool? thumbnailWidth,
- bool? thumbnailHeight,
- bool? previewWidth,
- bool? previewHeight,
- bool? profileWidth,
- bool? profileHeight,
- bool? initialFont,
- bool? amazonS3AccessKeyId,
- bool? amazonS3SecretAccessKey,
- bool? amazonS3Bucket,
- bool? amazonS3Region,
- bool? amazonS3Endpoint,
- 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,
});