BasicNetworkEvent constructor
BasicNetworkEvent({})
Constructor for basic network event
Implementation
BasicNetworkEvent({
required super.duration,
required super.startTime,
required this.httpRequestMethod,
required this.spanId,
required this.traceId,
required this.urlFull,
required this.networkProtocolName,
});