FillLightMode constructor

FillLightMode({
  1. required String deviceSerial,
  2. required int graphicType,
  3. int? luminance,
  4. int? duration,
})

Implementation

FillLightMode({
  required this.deviceSerial,
  required this.graphicType,
  this.luminance,
  this.duration,
});