toJson method

Map<String, dynamic> toJson()

Implementation

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