CustomKeyword constructor
CustomKeyword(
- Object propertySetter(
- JsonSchema schema,
- Object? value
- ValidationContext validator(
- ValidationContext context,
- Object schemaProperty,
- Object instanceData
Implementation
CustomKeyword(this.propertySetter, this.validator);