CompileTokenMetadata constructor
CompileTokenMetadata({
- Object? value,
- CompileIdentifierMetadata? identifier,
- bool identifierIsInstance = false,
Implementation
CompileTokenMetadata({
this.value,
this.identifier,
this.identifierIsInstance = false,
});