UpdateGroupContacts constructor

UpdateGroupContacts({
  1. List<String> contactIds = const [],
})

Returns a new UpdateGroupContacts instance.

Implementation

UpdateGroupContacts({
  this.contactIds = const [],
});