ClassGeneration constructor
ClassGeneration(
- GenerationOptions options,
- List<
MessageWithMetadata> messages, - String? context,
- List<
Constructor> constructors, - List<
Field> fields, - List<
Method> methods,
Implementation
ClassGeneration(
this.options,
this.messages,
this.context,
this.constructors,
this.fields,
this.methods,
);