Preset class

Constructors

Preset()

Properties

accountId String?
getter/setter pair
apiKey String?
getter/setter pair
apiURL String?
getter/setter pair
appAuth AuthService?
getter/setter pair
autosuggestURL String?
getter/setter pair
color1 Color?
getter/setter pair
color2 Color?
getter/setter pair
color3 Color?
getter/setter pair
color4 Color?
getter/setter pair
curState Map<String, String>
getter/setter pair
dataList BrowseList?
getter/setter pair
documentURL String?
getter/setter pair
gService GoogleService?
getter/setter pair
gToken String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostguid String?
getter/setter pair
imgRatio double?
getter/setter pair
indexURL String?
getter/setter pair
isLogin bool?
getter/setter pair
msg String?
getter/setter pair
reportURL String?
getter/setter pair
rootAccountId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverURL String?
getter/setter pair
userguid String?
getter/setter pair

Methods

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

Operators

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

Static Methods

setColor(Preset preset, {Color? color1, Color? color2, Color? color3, Color? color4, double? imgRatio}) → dynamic
setServer(Preset preset, {String? serverURL, String? indexURL, String? apiURL, String? autosuggestURL, String? reportURL, String? documentURL, String? rootAccountId, String? apiKey}) → void