menu
dart_appwrite package
documentation
models.dart
RowList
RowList.new constructor
RowList.new constructor
dark_mode
light_mode
RowList
constructor
RowList
(
{
required
int
total
,
required
List
<
Row
>
rows
,
})
Implementation
RowList({required this.total, required this.rows});
dart_appwrite package
documentation
models
RowList
RowList.new constructor
RowList class