ConfigFileSettings class abstract

Constructors

ConfigFileSettings([void updates(ConfigFileSettingsBuilder b)])
factory

Properties

amazonS3AccessKeyId String?
no setter
amazonS3Bucket String?
no setter
amazonS3Endpoint String?
no setter
amazonS3Region String?
no setter
amazonS3SecretAccessKey String?
no setter
amazonS3SSL bool?
no setter
directory String?
no setter
driverName String?
no setter
no setter
hashCode int
The hash code for this object.
no setterinherited
initialFont String?
no setter
maxFileSize int?
no setter
previewHeight int?
no setter
previewWidth int?
no setter
profileHeight int?
no setter
profileWidth int?
no setter
publicLinkSalt String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailHeight int?
no setter
thumbnailWidth int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigFileSettingsBuilder)) ConfigFileSettings
Rebuilds the instance.
inherited
toBuilder() ConfigFileSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ConfigFileSettings>
no setter