core.Map<core.String, core.dynamic> toJson() => { if (deviceId != null) 'deviceId': deviceId!, if (error != null) 'error': error!, if (response != null) 'response': response!, };