SchemaField constructor
const
SchemaField({
- required String name,
- bool? isNullable,
- required OutputTypeRef outputType,
- required List<
SchemaArg> args, - Deprecation? deprecation,
- String? documentation,
Implementation
const factory SchemaField({
required String name,
bool? isNullable,
required OutputTypeRef outputType,
required List<SchemaArg> args,
Deprecation? deprecation,
String? documentation,
}) = _SchemaField;