isCellSymbol method

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

Implementation

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