UrlEntity.fromRawJson constructor

UrlEntity.fromRawJson(
  1. String str
)

Implementation

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