toValue method
Implementation
String toValue() {
switch (this) {
case AssemblyType.none:
return 'None';
case AssemblyType.line:
return 'Line';
}
}
String toValue() {
switch (this) {
case AssemblyType.none:
return 'None';
case AssemblyType.line:
return 'Line';
}
}