LightValue constructor

LightValue(
  1. Map<Light, double> map,
  2. bool enabled
)

Implementation

LightValue(this.map, this.enabled);