watchFaceStoreTypeBeanFromJson function

WatchFaceStoreTypeBean watchFaceStoreTypeBeanFromJson(
  1. String str
)

Implementation

WatchFaceStoreTypeBean watchFaceStoreTypeBeanFromJson(String str) => WatchFaceStoreTypeBean.fromJson(json.decode(str));