CustomizeWatchFaceBean.fromJson constructor

CustomizeWatchFaceBean.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CustomizeWatchFaceBean.fromJson(Map<String, dynamic> json) =>
    CustomizeWatchFaceBean(index: json["index"], file: json["file"]);