shareUrlFromJson function

ShareUrl shareUrlFromJson(
  1. String str
)

construction : "" gallery : "0/project/thecrown/?type=gallery" website_url : "0/project/thecrown"

Implementation

ShareUrl shareUrlFromJson(String str) => ShareUrl.fromJson(json.decode(str));