RemoveTrustedContact constructor

const RemoveTrustedContact(
  1. String? title, {
  2. Key? key,
  3. String? image,
  4. String? name,
  5. String? atSign,
  6. AtContact? contact,
  7. AtGroup? atGroup,
})

Implementation

const RemoveTrustedContact(
  this.title, {
  Key? key,
  this.image,
  this.name,
  this.atSign,
  this.contact,
  this.atGroup,
}) : super(key: key);