entityListProp method

void entityListProp(
  1. dynamic path,
  2. dynamic build(
    1. EntityListPropertyBuilder builder
    )
)

Implementation

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