InitParameters class

JS-style InitParameters equivalent

Constructors

InitParameters({required String obslyKey, required String instanceURL, String? remoteConfigURL, bool? proEnv, String? appVersion, String? appName, String? userId, String? release, LogLevel? logLevel, ObslyConfig? config, bool? debugMode, String? sessionID})
const

Properties

appName String?
final
appVersion String?
final
config ObslyConfig?
final
debugMode bool?
final
hashCode int
The hash code for this object.
no setterinherited
instanceURL String
final
logLevel LogLevel?
final
obslyKey String
final
proEnv bool?
final
release String?
final
remoteConfigURL String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionID String?
final
userId String?
final

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