WorldPlay constructor

const WorldPlay({
  1. required String behavior,
  2. required String touchpoint,
  3. required String method,
  4. required int call,
  5. required int latencyMs,
  6. required String band,
  7. required int virtualMs,
  8. required String outcome,
  9. required String detail,
})

Implementation

const WorldPlay({
  required this.behavior,
  required this.touchpoint,
  required this.method,
  required this.call,
  required this.latencyMs,
  required this.band,
  required this.virtualMs,
  required this.outcome,
  required this.detail,
});