ObjectSpec constructor
const
ObjectSpec({})
Creates a new ObjectSpec.
Implementation
const ObjectSpec({
required this.name,
required this.properties,
this.required = const [],
this.additionalProperties = false,
this.title,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});