property property

IMSchemaProperty? get property

Implementation

IMSchemaProperty? get property {
  assert(paths.length == 1, "Multiple properties - can only use this getter for single paths");
  return paths.entries.first.value;
}