UrlEntityV2.fromRawJson constructor

UrlEntityV2.fromRawJson(
  1. String str
)

Implementation

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