toJson method
Implementation
Map<String, dynamic> toJson() => {
"type": type,
"supportWatchFaceInfo": supportWatchFaceInfo!.toJson(),
"sifliSupportWatchFaceInfo": sifliSupportWatchFaceInfo!.toJson(),
"jieliSupportWatchFaceInfo": jieliSupportWatchFaceInfo!.toJson(),
};