menu
ack_example package
documentation
anyof_example.dart
ListResponse
ListResponse.new const constructor
ListResponse.new const constructor
dark_mode
light_mode
ListResponse
constructor
const
ListResponse
(
{
required
List
<
String
>
items
,
required
int
total
,
required
int
page
,
})
Implementation
const ListResponse({ required this.items, required this.total, required this.page, });
ack_example package
documentation
anyof_example
ListResponse
ListResponse.new const constructor
ListResponse class