$EventbusProtoBooleanParameterArray constructor

$EventbusProtoBooleanParameterArray({
  1. List<bool>? booleanValues,
})

Implementation

$EventbusProtoBooleanParameterArray({
  this.booleanValues,
});