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