toJson method

Map<String, dynamic> toJson()

Implementation

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