MethodGeneration constructor

MethodGeneration(
  1. GenerationOptions options,
  2. String? context,
  3. List<MessageWithMetadata> messages
)

Implementation

MethodGeneration(this.options, this.context, this.messages);