SchemaValidationError.unallowedAdditionalProperty constructor
const
SchemaValidationError.unallowedAdditionalProperty(
- String property
Implementation
const SchemaValidationError.unallowedAdditionalProperty(String property)
: type = SchemaError.unallowedAdditionalProperty,
message = 'Unallowed property: [$property]';