factory SifliWatchFace.fromJson(Map<String, dynamic> json) => SifliWatchFace( id: json["id"], state: json["state"], );