CustomFloodlightVariable constructor

CustomFloodlightVariable({
  1. String? kind,
  2. String? type,
  3. String? value,
})

Implementation

CustomFloodlightVariable({
  this.kind,
  this.type,
  this.value,
});