CreateOptions constructor
const
CreateOptions({})
Implementation
const CreateOptions({
required this.kind,
required this.name,
required this.path,
required this.force,
required this.dryRun,
required this.withTest,
required this.fields,
required this.jsonSample,
});