watchFaceBackgroundBeanFromJson function

WatchFaceBackgroundBean watchFaceBackgroundBeanFromJson(
  1. String str
)

Implementation

WatchFaceBackgroundBean watchFaceBackgroundBeanFromJson(String str) =>
    WatchFaceBackgroundBean.fromJson(json.decode(str));