HashtagEntityV2.fromRawJson constructor

HashtagEntityV2.fromRawJson(
  1. String str
)

Implementation

factory HashtagEntityV2.fromRawJson(String str) =>
    HashtagEntityV2.fromJson(json.decode(str));