fileGen property
      
      FileGenerator?
      get
      fileGen
      
    
    
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
FileGenerator? get fileGen;