toValue method
Implementation
String toValue() {
switch (this) {
case JSONType.document:
return 'DOCUMENT';
case JSONType.lines:
return 'LINES';
}
}
String toValue() {
switch (this) {
case JSONType.document:
return 'DOCUMENT';
case JSONType.lines:
return 'LINES';
}
}