clear method

void clear()

clear the row.

Implementation

void clear() {
  if (_ranges != null) {
    _ranges!.clear();
  }
}