SupportWatchFaceBean constructor

SupportWatchFaceBean({
  1. required String type,
  2. required SupportWatchFaceInfo? supportWatchFaceInfo,
  3. required SifliSupportWatchFaceInfo? sifliSupportWatchFaceInfo,
  4. required JieliSupportWatchFaceInfo? jieliSupportWatchFaceInfo,
})

Implementation

SupportWatchFaceBean({
  required this.type,
  required this.supportWatchFaceInfo,
  required this.sifliSupportWatchFaceInfo,
  required this.jieliSupportWatchFaceInfo,
});