$EventbusProtoProtoParameterArray constructor

$EventbusProtoProtoParameterArray({
  1. List<Map<String, Object?>>? protoValues,
})

Implementation

$EventbusProtoProtoParameterArray({
  this.protoValues,
});