EventChatContactPhoneRemoved constructor

const EventChatContactPhoneRemoved(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. UserPhone phone
)

Implementation

const EventChatContactPhoneRemoved(super.contactId, super.at, this.phone);