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