menu
ventas_dealer package
documentation
models/user_list_model.dart
UserList
UserList constructor
UserList constructor
dark_mode
light_mode
UserList
constructor
UserList
(
{
int
?
page
,
int
?
size
,
int
?
totalElements
,
int
?
totalPages
,
bool
?
last
,
List
<
Data
>
?
content
,
})
Implementation
UserList({this.page, this.size, this.totalElements, this.totalPages, this.last, this.content});
ventas_dealer package
documentation
models/user_list_model
UserList
UserList constructor
UserList class