watchFaceBeanFromJson function

WatchFaceBean watchFaceBeanFromJson(
  1. String str
)

Implementation

WatchFaceBean watchFaceBeanFromJson(String str) => WatchFaceBean.fromJson(json.decode(str));