toF4vMoovPlacement method

F4vMoovPlacement toF4vMoovPlacement()

Implementation

F4vMoovPlacement toF4vMoovPlacement() {
  switch (this) {
    case 'PROGRESSIVE_DOWNLOAD':
      return F4vMoovPlacement.progressiveDownload;
    case 'NORMAL':
      return F4vMoovPlacement.normal;
  }
  throw Exception('$this is not known in enum F4vMoovPlacement');
}