DmxFragment class final
Generated members, ready for the region.
Constructors
-
DmxFragment(String text, {List<
String> introduced = const [], List<DmxGeneratedFile> files = const []}) -
Builds a fragment.
const
Properties
-
files
→ List<
DmxGeneratedFile> -
Whole sibling files this expansion also authors, one per name the
macro chooses
dartmacros.files.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
introduced
→ List<
String> -
Every identifier the text binds, for hygiene
hygiene.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
The Dart text to place inside the declaration's region.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited