rows property

MariaDbTableRows get rows

Implementation

MariaDbTableRows get rows {
  checkColumns();
  return MariaDbTableRows._(this);
}