EmbraceSpanEvent constructor

EmbraceSpanEvent({
  1. required String name,
  2. required int timestampMs,
  3. required Map<String, String> attributes,
})

Constructor

Implementation

EmbraceSpanEvent({
  required this.name,
  required this.timestampMs,
  required this.attributes,
});