VisProfilerPayload constructor

const VisProfilerPayload({
  1. String? deviceId,
  2. String? apiKey,
  3. PayloadData? payload,
})

Implementation

const VisProfilerPayload({this.deviceId, this.apiKey, this.payload});