value property

String value

Implementation

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