NERoomKitOptions class Null safety
Initialization configuration appKey appKey useAssetServerConfig Whether the configuration file for on-premises deployment is loaded. The default value is false. serverConfig Server configuration extras Reserved field
Constructors
-
NERoomKitOptions({required String appKey, bool useAssetServerConfig = false, NEServerConfig? serverConfig, Map<
String, String> ? extras, bool reuseIM = false})
Properties
- appKey → String
-
AppKey
final
-
extras
→ Map<
String, String> -
Extra parameters
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- reuseIM → bool
-
Whether IM is reused
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverConfig → NEServerConfig?
-
Configuration for on-premises deployment
final
- useAssetServerConfig → bool
-
Whether the configuration file for on-premises deployment in the assets folder is parsed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited