toValue method
Implementation
String toValue() {
switch (this) {
case ContactListImportAction.delete:
return 'DELETE';
case ContactListImportAction.put:
return 'PUT';
}
}
String toValue() {
switch (this) {
case ContactListImportAction.delete:
return 'DELETE';
case ContactListImportAction.put:
return 'PUT';
}
}