DefinitionMacro class Null safety

The marker interface for macros that are only allowed to implement or wrap existing declarations in the program. They cannot introduce any new declarations that are visible to the program, but are allowed to add declarations that only they can see.

These macros run after all other types of macros.

These macros can fully reflect on the program since the static shape is fully definied by the time they run.

Implemented types
Implementers

Constructors

DefinitionMacro()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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