SupportWatchFaceBean constructor
SupportWatchFaceBean({
- required String type,
- required SupportWatchFaceInfo? supportWatchFaceInfo,
- required SifliSupportWatchFaceInfo? sifliSupportWatchFaceInfo,
- required JieliSupportWatchFaceInfo? jieliSupportWatchFaceInfo,
Implementation
SupportWatchFaceBean({
required this.type,
required this.supportWatchFaceInfo,
required this.sifliSupportWatchFaceInfo,
required this.jieliSupportWatchFaceInfo,
});