toValue method
Implementation
String toValue() {
switch (this) {
case DatasetActionType.query:
return 'QUERY';
case DatasetActionType.container:
return 'CONTAINER';
}
}
String toValue() {
switch (this) {
case DatasetActionType.query:
return 'QUERY';
case DatasetActionType.container:
return 'CONTAINER';
}
}