toValue method
Implementation
String toValue() {
switch (this) {
case ExportDataFormat.csv:
return 'CSV';
case ExportDataFormat.graphml:
return 'GRAPHML';
}
}
String toValue() {
switch (this) {
case ExportDataFormat.csv:
return 'CSV';
case ExportDataFormat.graphml:
return 'GRAPHML';
}
}