menu
appwrite package
documentation
models.dart
SessionList
SessionList.new constructor
SessionList.new constructor
dark_mode
light_mode
SessionList
constructor
SessionList
(
{
required
int
total
,
required
List
<
Session
>
sessions
,
})
Implementation
SessionList({required this.total, required this.sessions});
appwrite package
documentation
models
SessionList
SessionList.new constructor
SessionList class