value property

String value

Implementation

String get value {
  switch (this) {
    case SearchIdType.trakt:
      return "trakt";
    case SearchIdType.imdb:
      return "imdb";
    case SearchIdType.tmdb:
      return "tmdb";
    case SearchIdType.tvdb:
      return "tvdb";
  }
}