DiscussionListItem.fromJson constructor

DiscussionListItem.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory DiscussionListItem.fromJson(Map<String, Object?> json) => _$DiscussionListItemFromJson(json);