FwStandardSqlServerFwJsonDataTable constructor

FwStandardSqlServerFwJsonDataTable({
  1. Map<String, dynamic>? columnIndex,
  2. Map<String, dynamic>? totals,
  3. List<FwStandardSqlServerFwJsonDataTableColumn>? columns,
  4. List<List<Object?>>? rows,
  5. int? pageNo,
  6. int? pageSize,
  7. int? totalPages,
  8. int? totalRows,
  9. List<String>? dateFields,
  10. Map<String, dynamic>? columnNameByIndex,
  11. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

FwStandardSqlServerFwJsonDataTable({
  this.columnIndex,
  this.totals,
  this.columns,
  this.rows,
  this.pageNo,
  this.pageSize,
  this.totalPages,
  this.totalRows,
  this.dateFields,
  this.columnNameByIndex,
  this.translation,
});