toJson method
Implementation
Map<String, dynamic> toJson() => {
'behavior': behavior,
'touchpoint': touchpoint,
'method': method,
'call': call,
'latencyMs': latencyMs,
'band': band,
'virtualMs': virtualMs,
'outcome': outcome,
'detail': detail,
};