operator [] method

SchemaProperty operator [](
  1. int index
)

Implementation

SchemaProperty operator [](int index) => _properties[index];