NativeCombainSDKConfig class

Available extensions

Constructors

NativeCombainSDKConfig({required String apiKey, required FlutterAppInfo appInfo, String? placeAPI, required FlutterRoutingConfig routingConfig, required FlutterSyncingInterval syncingInterval, required FlutterScanningConfig scanningConfig})

Properties

apiKey String
getter/setter pair
appInfo FlutterAppInfo
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
placeAPI String?
getter/setter pair
routingConfig FlutterRoutingConfig
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanningConfig FlutterScanningConfig
getter/setter pair
syncingInterval FlutterSyncingInterval
getter/setter pair

Methods

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

Available on NativeCombainSDKConfig, provided by the NativeCombainSDKConfigExtension extension

Operators

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

Static Methods

decode(Object result) NativeCombainSDKConfig