ContactsAcceptContact constructor

const ContactsAcceptContact({
  1. required InputUserBase id,
})

Contacts Accept Contact constructor.

Implementation

const ContactsAcceptContact({
  required this.id,
}) : super._();