OutputType constructor
const
OutputType({
- required String name,
- required Iterable<
SchemaField> fields, - Map<
String, SchemaField> ? fieldMap,
Implementation
const factory OutputType({
required String name,
required Iterable<SchemaField> fields,
Map<String, SchemaField>? fieldMap,
}) = _OutputType;