InitializationConfig class

The InitializationConfig class represents the initialization configuration with required clientApiKey and optional requestValidationSalt.

Constructors

InitializationConfig({String? requestValidationSalt, bool? initialDoNotTrack})
InitializationConfig.fromMap(Map map)
InitializationConfig.fromMap(Map map) is a constructor that takes a Map as an argument and creates a new instance of InitializationConfig using the values from the Map.

Properties

hashCode int
The hash code for this object.
no setterinherited
initialDoNotTrack bool?
getter/setter pair
requestValidationSalt String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map
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