RemoteConfig class
RemoteConfig class now implements IKdfHostConfig interface
- Inheritance
-
- Object
- IKdfHostConfig
- RemoteConfig
Constructors
- RemoteConfig({required String ipAddress, required int port, required String rpcPassword, required bool https})
- RemoteConfig.fromJson(JsonMap json)
-
factory
Properties
Methods
-
getConnectionParams(
) → Map< String, dynamic> -
Each host config must implement the
getConnectionParamsmethod.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited