toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final deviceId = this.deviceId;
  final report = this.report;
  final userId = this.userId;
  return {'deviceId': ?deviceId, 'report': ?report, 'userId': ?userId};
}