ConsoleVariables class

ConsoleVariables

Constructors

ConsoleVariables.new({required String appDomainTarget, required int appStorageLimit, required int appFunctionsSizeLimit, required String appUsageStats, required bool appVcsEnabled, required bool appDomainEnabled, required bool appAssistantEnabled})
ConsoleVariables.fromMap(Map<String, dynamic> map)
factory

Properties

appAssistantEnabled bool
Defines if AI assistant is enabled.
final
appDomainEnabled bool
Defines if main domain is configured. If so, custom domains can be created.
final
appDomainTarget String
CNAME target for your Appwrite custom domains.
final
appFunctionsSizeLimit int
Maximum file size allowed for deployment in bytes.
final
appStorageLimit int
Maximum file size allowed for file upload in bytes.
final
appUsageStats String
Defines if usage stats are enabled. This value is set to 'enabled' by default, to disable the usage stats set the value to 'disabled'.
final
appVcsEnabled bool
Defines if VCS (Version Control System) is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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