GenOption constructor

const GenOption({
  1. bool freezed = false,
  2. bool makeCollectionsUnmodifiable = true,
  3. bool equal = true,
  4. bool copyWith = true,
  5. bool service = false,
  6. List<String>? injectPackages,
  7. String? preActorCall,
  8. String? postActorCall,
})

Implementation

const GenOption( {
  this.freezed = false,
  this.makeCollectionsUnmodifiable = true,
  this.equal = true,
  this.copyWith = true,
  this.service = false,
  this.injectPackages,
  this.preActorCall,
  this.postActorCall,
});