fileGen property

  1. @override
FileGenerator? fileGen
override

The generator of the .pb.dart file defining this entity.

(Represents the .pb.dart file that we need to import in order to use it.)

Implementation

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