toValue method

String toValue()

Implementation

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