CustomKeyword constructor

CustomKeyword(
  1. Object propertySetter(
    1. JsonSchema schema,
    2. Object? value
    ),
  2. ValidationContext validator(
    1. ValidationContext context,
    2. Object schemaProperty,
    3. Object instanceData
    )
)

Implementation

CustomKeyword(this.propertySetter, this.validator);