DataTableConfig class

Constructors

DataTableConfig({required int currentPage, required String language, required int perPage, required int recordCount, required List<TableStructure> structure, required int totalPages, required List<DynamicTableModel> values})
DataTableConfig.fromJson(Map<String, dynamic> json)
factory

Properties

currentPage int
final
hashCode int
The hash code for this object.
no setterinherited
language String
final
perPage int
final
recordCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure List<TableStructure>
final
totalPages int
final
values List<DynamicTableModel>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited