getF method Null safety

double getF(
  1. int row,
  2. int col
)

Implementation

double getF(int row, int col) => get(row, col).asDouble;