OpResultValueReference class

Constructors

OpResultValueReference(OpResult opResult, {int? resultIndex, String? propName})

Properties

hashCode int
The hash code for this object.
no setterinherited
opResult OpResult
final
propName String?
final
resultIndex int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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