menu
messenger
store/pagination.dart
Page
<
T
,
C
>
Page constructor
Page
dark_mode
light_mode
Page<
T
,
C
>
constructor
Page<
T
,
C
>
(
List
<
T
>
edges
,
PageInfo
<
C
>
info
)
Implementation
Page(this.edges, this.info);
messenger
pagination
Page
<
T
,
C
>
Page constructor
Page class