menu
messenger
provider/drift/drift.dart
AccountRow
AccountRow const constructor
AccountRow
dark_mode
light_mode
AccountRow
constructor
const
AccountRow
(
{
required
int
id
,
required
String
userId
,
})
Implementation
const AccountRow({required this.id, required this.userId});
messenger
drift
AccountRow
AccountRow const constructor
AccountRow class