menu
messenger
provider/drift/drift.dart
ChatCredentialsRow
ChatCredentialsRow const constructor
ChatCredentialsRow
dark_mode
light_mode
ChatCredentialsRow
constructor
const
ChatCredentialsRow
(
{
required
String
chatId
,
required
String
credentials
,
})
Implementation
const ChatCredentialsRow({required this.chatId, required this.credentials});
messenger
drift
ChatCredentialsRow
ChatCredentialsRow const constructor
ChatCredentialsRow class