RefSpec constructor
const
RefSpec({})
Creates a new RefSpec.
Implementation
const RefSpec({
required this.typeName,
super.nullable,
super.description,
super.examples,
super.isDeprecated,
});
Creates a new RefSpec.
const RefSpec({
required this.typeName,
super.nullable,
super.description,
super.examples,
super.isDeprecated,
});