table method

BddTableRows table(
  1. String tableName
)

Implementation

BddTableRows table(String tableName) => BddTableRows(_table.row(tableName));