FwStandardSqlServerFwJsonDataTable constructor
FwStandardSqlServerFwJsonDataTable({
- Map<
String, dynamic> ? columnIndex, - Map<
String, dynamic> ? totals, - List<
FwStandardSqlServerFwJsonDataTableColumn> ? columns, - List<
List< ? rows,Object?> > - int? pageNo,
- int? pageSize,
- int? totalPages,
- int? totalRows,
- List<
String> ? dateFields, - Map<
String, dynamic> ? columnNameByIndex, - 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,
});