value property

String value

Implementation

String get value {
  switch (this) {
    case CertificationType.movie:
      return "movie";
    case CertificationType.show:
      return "show";
  }
}