EnvironmentConfigFileSettingsBuilder class

Properties

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

Methods

build() → _$EnvironmentConfigFileSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(EnvironmentConfigFileSettings 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(EnvironmentConfigFileSettingsBuilder)?) → void
Applies updates.
override

Operators

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