ChatItemViewRow constructor

const ChatItemViewRow({
  1. required String chatId,
  2. required String chatItemId,
})

Implementation

const ChatItemViewRow({required this.chatId, required this.chatItemId});