isCellHotspot method

bool isCellHotspot(
  1. int row,
  2. String column
)

Implementation

bool isCellHotspot(int row, String column) => obj.isCellHotspot(row, column);