Revivable class Null safety
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. [...]
read-only, inherited
- isPrivate → bool
-
Whether this instance is visible outside the same library. [...]
read-only
-
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.
read-only, inherited
- source → Uri
-
A URL pointing to the location and class name. [...]
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited