JsonSchemaWriterFunction typedef

JsonSchemaWriterFunction = void Function(Object validator, SchemaType<Object?> type, StringBuffer buffer, JsonSchemaOptions options)

Signature of JSON Schema writer functions.

See jsonSchemaValidatorGenerators.

Implementation

typedef JsonSchemaWriterFunction = void Function(Object validator,
    SchemaType<Object?> type, StringBuffer buffer, JsonSchemaOptions options);