Revivable class

Decoded "instructions" for re-creating a const DartObject at runtime.

Properties

accessor String
Constructor or getter name used to invoke const Class(...).
final
hashCode int
The hash code for this object.
no setterinherited
isPrivate bool
Whether this instance is visible outside the same library.
no setter
namedArguments Map<String, DartObject>
Named arguments used to invoke the constructor.
final
positionalArguments List<DartObject>
Positional arguments used to invoke the constructor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Uri
A URL pointing to the location and class name.
final

Methods

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

Operators

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