ReadPodBase<Value> class abstract

See pod.

Inheritance
Implementers
Available Extensions

Constructors

ReadPodBase(ReaderPod<Value> reader)
Create a ReaderPod by reader.

Properties

hashCode int
The hash code for this object.
no setterinherited
isKeepAlive bool
Check if this pod should keep alive
no setterinherited
name String?
Debug name for this pod
no setterinherited
reader ReaderPod<Value>
ReaderPod reader.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContext(Node node) Ref<Value>
Used by the container to create a read lifetime. Bit hacky, but allows us to go from dynamic to T.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideWithValue(Value value, {bool keepAlive = true}) Override<Value>
Create an initial value override, which can be given to a PodScope or PodContainer.
inherited
read(Ref<Value> ref) → Value
Used by the container to read the pods value.
override
toString() String
A string representation of this object.
inherited

Operators

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