toJson method
Implementation
Map<String, dynamic> toJson() {
final contactListImportAction = this.contactListImportAction;
final contactListName = this.contactListName;
return {
'ContactListImportAction': contactListImportAction.toValue(),
'ContactListName': contactListName,
};
}