value property

String value

Implementation

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