ReflectableEmitter constructor
ReflectableEmitter(
- ReflectableOutput _output,
- LibraryReader _library, {
- Allocator? allocator,
- String reflectorSource = '$_package/src/reflector.dart',
Implementation
ReflectableEmitter(
this._output,
this._library, {
Allocator? allocator,
this.reflectorSource = '$_package/src/reflector.dart',
}) : _allocator = allocator ?? Allocator.none;