ChatEventDescriptionChanged constructor

ChatEventDescriptionChanged({
  1. required String oldDescription,
  2. required String newDescription,
})

Implementation

ChatEventDescriptionChanged({
  required this.oldDescription,
  required this.newDescription,
});