ClassGeneration constructor

ClassGeneration(
  1. GenerationOptions options,
  2. List<MessageWithMetadata> messages,
  3. String? context,
  4. List<Constructor> constructors,
  5. List<Field> fields,
  6. List<Method> methods,
)

Implementation

ClassGeneration(
  this.options,
  this.messages,
  this.context,
  this.constructors,
  this.fields,
  this.methods,
);