SendWatchFaceBean.fromJson constructor
Implementation
factory SendWatchFaceBean.fromJson(Map<String, dynamic> json) =>
SendWatchFaceBean(
watchFaceFlutterBean: CustomizeWatchFaceBean.fromJson(
json["watchFaceFlutterBean"],
),
timeout: json["timeout"],
);