BuiltInSource constructor
BuiltInSource(
- CompileTokenMetadata? token,
- Expression _value
Implementation
BuiltInSource(super.token, this._value);
BuiltInSource(super.token, this._value);