PropertySpec constructor
const
PropertySpec({})
Creates a new PropertySpec.
Implementation
const PropertySpec({
required this.name,
this.jsonName,
required this.type,
this.required = true,
});
Creates a new PropertySpec.
const PropertySpec({
required this.name,
this.jsonName,
required this.type,
this.required = true,
});