OutputType constructor
const
OutputType({
- required String name,
- required List<
OutputField> fields,
Implementation
const OutputType({
required this.name,
required this.fields,
});