watchFaceLayoutBeanFromJson function

WatchFaceLayoutBean watchFaceLayoutBeanFromJson(
  1. String str
)

Implementation

WatchFaceLayoutBean watchFaceLayoutBeanFromJson(String str) =>
    WatchFaceLayoutBean.fromJson(json.decode(str));