GeneratedClientWriter constructor

const GeneratedClientWriter({
  1. SchemaWorkflow workflow = const SchemaWorkflow(),
})

Creates a writer with configurable schema workflow.

Implementation

const GeneratedClientWriter({this.workflow = const SchemaWorkflow()});