ConfigFileSettingsBuilder class

Constructors

ConfigFileSettingsBuilder()

Properties

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

Methods

build() → _$ConfigFileSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ConfigFileSettings other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(ConfigFileSettingsBuilder)?) → void
Applies updates.
override

Operators

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