ServerSettings class
Constructors
- ServerSettings({dynamic identityServiceAddress, dynamic preferenciasServiceAddress})
- ServerSettings.defaultValues()
-
factory
-
ServerSettings.fromJson(Map<
String, dynamic> json) - ServerSettings.zero()
Properties
- appID → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityServiceAddress ↔ String?
-
getter/setter pair
- preferenciasServiceAddress ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? identityServiceAddress, String? preferenciasServiceAddress}) → ServerSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recoveryIndentityServiceAddress(
) → Future< String> -
recoveryPreferenciaServiceAddress(
) → Future< String> -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited