refProp method

void refProp(
  1. dynamic path,
  2. dynamic build(
    1. RefPropertyBuilder builder
    )
)

Implementation

void refProp(path, dynamic build(RefPropertyBuilder builder)) =>
    _addProperty(path, RefPropertyBuilder(schemaUri, JsonPath.of(path)), build);