toValue method
Implementation
String toValue() {
switch (this) {
case MotionImageInsertionMode.mov:
return 'MOV';
case MotionImageInsertionMode.png:
return 'PNG';
}
}
String toValue() {
switch (this) {
case MotionImageInsertionMode.mov:
return 'MOV';
case MotionImageInsertionMode.png:
return 'PNG';
}
}