value property

String value

Implementation

String get value {
  switch (this) {
    case UserLikesType.comments:
      return "comments";
    case UserLikesType.lists:
      return "lists";
  }
}