DmxGeneratedFile class final
One whole Dart file this expansion authors, named by the macro
dartmacros.files.
Constructors
- DmxGeneratedFile(String name, String text)
-
Builds a file.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
A bare file name ending in
.dart— the driver anchors it beside the annotated declaration's own file and refuses anything path-like.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
The file's complete Dart source. The driver prepends its ownership
marker; the macro never writes one.
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