toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deviceId != null) 'deviceId': deviceId!,
if (deviceIdentifier != null) 'deviceIdentifier': deviceIdentifier!,
if (deviceMetadata != null) 'deviceMetadata': deviceMetadata!,
};