getCell method

  1. @override
ISapObject? getCell(
  1. int r,
  2. int c
)
override

Implementation

@override
ISapObject? getCell(int r, int c) => _invokeObjIntInt("GetCell", r, c);