BuiltInSource constructor

BuiltInSource(
  1. CompileTokenMetadata? token,
  2. Expression _value
)

Implementation

BuiltInSource(super.token, this._value);