fileGen property
      
      FileGenerator?
      get
      fileGen
      
    
    
The generator of the .pb.dart file where this extension will be defined.
Implementation
FileGenerator? get fileGen => _parent.fileGen;The generator of the .pb.dart file where this extension will be defined.
FileGenerator? get fileGen => _parent.fileGen;