toValue method
Implementation
String toValue() {
switch (this) {
case DocumentParameterType.string:
return 'String';
case DocumentParameterType.stringList:
return 'StringList';
}
}
String toValue() {
switch (this) {
case DocumentParameterType.string:
return 'String';
case DocumentParameterType.stringList:
return 'StringList';
}
}