propertySetter property

Object Function(JsonSchema schema, Object? value) propertySetter
final

Function used to set a property from the a schema.

Implementation

final Object Function(JsonSchema schema, Object? value) propertySetter;