EventChatContactPhoneAdded constructor

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

Implementation

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