fileGen property

  1. @override
FileGenerator fileGen
override

The generator of the .pb.dart file that will declare this type.

Implementation

@override
FileGenerator get fileGen => parent!.fileGen!;