ChatContactPhoneRemovedEvent constructor

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

Implementation

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