DirectusSettings class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

DirectusSettings({int? id, String? projectName, String? projectUrl, String? projectColor, String? publicForeground, String? publicBackground, String? publicNote, int? authLoginAttempts, String? authPasswordPolicy, String? storageAssetTransform, List<StorageAssetPreset>? storageAssetPresets, String? customCss})
DirectusSettings.fromJson(Map<String, Object?> json)
Used for code generation
factory

Properties

authLoginAttempts int?
getter/setter pair
authPasswordPolicy String?
getter/setter pair
customCss String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
projectColor String?
getter/setter pair
getter/setter pair
projectName String?
getter/setter pair
projectUrl String?
getter/setter pair
publicBackground String?
getter/setter pair
publicForeground String?
getter/setter pair
publicNote String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageAssetPresets List<StorageAssetPreset>?
getter/setter pair
storageAssetTransform String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Used for code generation
toString() String
A string representation of this object.
inherited

Operators

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