menu
messenger
provider/drift/drift.dart
DownloadRow
DownloadRow const constructor
DownloadRow
dark_mode
light_mode
DownloadRow
constructor
const
DownloadRow
(
{
required
String
checksum
,
required
String
path
,
})
Implementation
const DownloadRow({required this.checksum, required this.path});
messenger
drift
DownloadRow
DownloadRow const constructor
DownloadRow class