GgReadOnlyValue<T> class abstract

Interface for the the read only part of a GgValue

Implementers

Constructors

GgReadOnlyValue()

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonDecodedValue → dynamic
For all other types stringValue is returned.
no setter
name String?
An optional name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed → T
The default value
no setter
spam bool
When spam is true, GgValue will emit every change. If spam is false, only one update per run loop cycle will be emitted.
no setter
stream → _GgValueStream<T>
Returns a stream informing about changes on the value
no setter
stringValue String
Converts the value into a string value and returns the result.
no setter
syncStream → _GgValueStream<T>
Returns a sync stream informing about changes on the value
no setter
value → T
Returns the value
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited