watchFaceStoreTagInfoFromJson function

WatchFaceStoreTagInfo watchFaceStoreTagInfoFromJson(
  1. String str
)

Implementation

WatchFaceStoreTagInfo watchFaceStoreTagInfoFromJson(String str) => WatchFaceStoreTagInfo.fromJson(json.decode(str));