JsonSchemaWriterFunction typedef
JsonSchemaWriterFunction =
void Function(Object validator, SchemaType<Object?> type, StringBuffer buffer, JsonSchemaOptions options)
Signature of JSON Schema writer functions.
Implementation
typedef JsonSchemaWriterFunction = void Function(Object validator,
SchemaType<Object?> type, StringBuffer buffer, JsonSchemaOptions options);