jieliSupportWatchFaceInfoFromJson function

JieliSupportWatchFaceInfo jieliSupportWatchFaceInfoFromJson(
  1. String str
)

Implementation

JieliSupportWatchFaceInfo jieliSupportWatchFaceInfoFromJson(String str) =>
    JieliSupportWatchFaceInfo.fromJson(json.decode(str));