watchFaceInfoFromJson function

WatchFaceInfo watchFaceInfoFromJson(
  1. String str
)

Implementation

WatchFaceInfo watchFaceInfoFromJson(String str) => WatchFaceInfo.fromJson(json.decode(str));