HashtagEntityV2.fromJson constructor

HashtagEntityV2.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory HashtagEntityV2.fromJson(Map<String, dynamic> json) =>
    _$HashtagEntityV2FromJson(json);