PaginadoModel constructor
const
PaginadoModel({})
Implementation
const PaginadoModel(
{required this.coleccion,
this.totalItems = 0,
this.subTotal = 0,
this.skip = 0,
bool mostrarPaginacion = false,
this.limit = 25,
this.params = const <String, dynamic>{}})
: mostrarPaginacion = totalItems > limit;