FLightSettings constructor
FLightSettings({})
Implementation
FLightSettings({
required this.color,
required this.lightOnDurationMillis,
required this.lightOffDurationMillis,
});
FLightSettings({
required this.color,
required this.lightOnDurationMillis,
required this.lightOffDurationMillis,
});