ReflectableEmitter constructor

ReflectableEmitter(
  1. ReflectableOutput _output,
  2. LibraryReader _library, {
  3. Allocator? allocator,
  4. String reflectorSource = '$_package/src/reflector.dart',
})

Implementation

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