toValue method
Implementation
String toValue() {
switch (this) {
case MovClapAtom.include:
return 'INCLUDE';
case MovClapAtom.exclude:
return 'EXCLUDE';
}
}
String toValue() {
switch (this) {
case MovClapAtom.include:
return 'INCLUDE';
case MovClapAtom.exclude:
return 'EXCLUDE';
}
}