EnvOptions class
Constructors
- EnvOptions.new({required String appID, String? appName, String? appChannel, String? appVersion, String? deviceID, String? userUniqueId, bool? useImageXCloudControl = false, bool? openAppLog = true, bool? autoStartAppLog = true, bool? enableLogCallback = false, bool? enableLocalLogPrint = false, bool? debugLogLevel = false})
Properties
- appChannel ↔ String?
-
getter/setter pair
- appID → String
-
final
- appName ↔ String?
-
getter/setter pair
- appVersion ↔ String?
-
getter/setter pair
- autoStartAppLog ↔ bool?
-
getter/setter pair
- debugLogLevel ↔ bool?
-
getter/setter pair
- deviceID ↔ String?
-
getter/setter pair
- enableLocalLogPrint ↔ bool?
-
getter/setter pair
- enableLogCallback ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- openAppLog ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useImageXCloudControl ↔ bool?
-
getter/setter pair
- userUniqueId ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited