MentionEntityV2.fromRawJson constructor

MentionEntityV2.fromRawJson(
  1. String str
)

Implementation

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