MethodGeneration constructor
MethodGeneration(
- GenerationOptions options,
- String? context,
- List<
MessageWithMetadata> messages
Implementation
MethodGeneration(this.options, this.context, this.messages);