DevbarVariable<T> class
Constructors
- DevbarVariable(VariablesPlugin service, String key, {required T defaultValue, required String? description, T? fromJson(Object)?})
Properties
- currentValue → T
-
no setter
- defaultValue → T
-
final
- description → String?
-
final
- fromJson → T? Function(Object)?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
final
- overrideValue → T?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → VariablesPlugin
-
final
- storeValue ↔ T?
-
getter/setter pair
-
value
→ Stream<
T> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited