item method

ISapObject? item(
  1. int index
)

Implementation

ISapObject? item(int index) => obj.item(index);