CommentListingType.fromJson constructor

CommentListingType.fromJson(
  1. String value
)

Implementation

factory CommentListingType.fromJson(String value) =>
    values.firstWhere((e) => e.value == value);