BatchWriteSpansRequest constructor

BatchWriteSpansRequest({
  1. List<Span>? spans,
})

Implementation

BatchWriteSpansRequest({
  this.spans,
});