WatchFaceIdBean constructor

WatchFaceIdBean({
  1. required WatchFace watchFace,
  2. required String? error,
  3. required int code,
})

Implementation

WatchFaceIdBean({
  required this.watchFace,
  required this.error,
  required this.code,
});