TopicData.fromJson constructor

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

Implementation

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