value property

String value

Implementation

String get value {
  switch (this) {
    case MoviesShowsType.movies:
      return "movies";
    case MoviesShowsType.shows:
      return "shows";
  }
}