DbResponse constructor

DbResponse(
  1. List<String> columnNames,
  2. List<List> data
)

Implementation

DbResponse(this.columnNames, this.data);