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