AsyncRowsResponse constructor

AsyncRowsResponse(
  1. int totalRows,
  2. List<DataRow> rows
)

Implementation

AsyncRowsResponse(this.totalRows, this.rows);