GetContactListResponse constructor

GetContactListResponse({
  1. String? contactListName,
  2. DateTime? createdTimestamp,
  3. String? description,
  4. DateTime? lastUpdatedTimestamp,
  5. List<Tag>? tags,
  6. List<Topic>? topics,
})

Implementation

GetContactListResponse({
  this.contactListName,
  this.createdTimestamp,
  this.description,
  this.lastUpdatedTimestamp,
  this.tags,
  this.topics,
});