GT4SessionConfiguration class Null safety

Constructors

GT4SessionConfiguration()

Properties

additionalParameter Map<String, dynamic>?
read / write
backgroundColor Color?
read / write
canceledOnTouchOutside bool?
read / write
debugEnable bool?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
language String?
read / write
logEnable bool?
read / write
protocol String?
read / write
resourcePath String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
timeout int?
read / write
userInterfaceStyle GTC4UserInterfaceStyle?
read / write

Methods

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

Operators

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