Constructors
- ConfigSetting(String name, String type, { Object defaultValue })
-
whether broker need to maintain the change of config value when ds link is offline
- ConfigSetting.fromMap(String name, Map m)
Properties
- defaultValue → Object
-
need permission to read
final - name → String
-
final
- type → String
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
removeConfig(
LocalNodeImpl node, Responder responder) → DSError -
setConfig(
Object value, LocalNodeImpl node, Responder responder) → DSError -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited