ChatEventIsAllHistoryAvailableToggled constructor

ChatEventIsAllHistoryAvailableToggled({
  1. required bool isAllHistoryAvailable,
})

Implementation

ChatEventIsAllHistoryAvailableToggled({required this.isAllHistoryAvailable});