MetaoneConfig class
The configuration for the MetaOne SDK.
- Annotations
-
- @freezed
Constructors
- MetaoneConfig.new({required String realm, required String environment, required String url, required String clientReference, required String sdkApiKeyPhrase, required String version})
-
constfactory
-
MetaoneConfig.fromJson(Map<
String, dynamic> json) -
Converts a Map<String, dynamic> to a MetaoneConfig.
factory
Properties
- clientReference → String
-
no setterinherited
-
copyWith
→ $MetaoneConfigCopyWith<
MetaoneConfig> -
no setterinherited
- environment → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- realm → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkApiKeyPhrase → String
-
no setterinherited
- url → String
-
no setterinherited
- version → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited