watchFaceIdBeanFromJson function

WatchFaceIdBean watchFaceIdBeanFromJson(
  1. String str
)

Implementation

WatchFaceIdBean watchFaceIdBeanFromJson(String str) =>
    WatchFaceIdBean.fromJson(json.decode(str));