elementAt method

ISapObject? elementAt(
  1. int index
)

Implementation

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