toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mp4MoovPlacement.progressiveDownload:
      return 'PROGRESSIVE_DOWNLOAD';
    case Mp4MoovPlacement.normal:
      return 'NORMAL';
  }
}