ListManagementOptions constructor

ListManagementOptions({
  1. required String contactListName,
  2. String? topicName,
})

Implementation

ListManagementOptions({
  required this.contactListName,
  this.topicName,
});