$EventbusProtoStringParameterArray constructor

$EventbusProtoStringParameterArray({
  1. List<String>? stringValues,
})

Implementation

$EventbusProtoStringParameterArray({
  this.stringValues,
});