ChatCredentialsRow constructor

const ChatCredentialsRow({
  1. required String chatId,
  2. required String credentials,
})

Implementation

const ChatCredentialsRow({required this.chatId, required this.credentials});