SchemaValidationError.unallowedAdditionalProperty constructor

const SchemaValidationError.unallowedAdditionalProperty(
  1. String property
)

Implementation

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