value property

String value

Implementation

String get value {
  switch (this) {
    case CommentType.all:
      return "all";
    case CommentType.reviews:
      return "reviews";
    case CommentType.shouts:
      return "shouts";
  }
}