MacroExpansion class

Constructors

MacroExpansion({required List<Token> tokens, required int numArgs, bool unexpandable = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
numArgs int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokens List<Token>
final
unexpandable bool
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

Static Methods

fromString(String expansion, MacroContext context) MacroExpansion