menu
messenger
provider/drift/drift.dart
BackgroundRow
BackgroundRow const constructor
BackgroundRow
dark_mode
light_mode
BackgroundRow
constructor
const
BackgroundRow
(
{
required
String
userId
,
required
Uint8List
data
,
})
Implementation
const BackgroundRow({required this.userId, required this.data});
messenger
drift
BackgroundRow
BackgroundRow const constructor
BackgroundRow class