toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (config != null) 'config': config!,
if (locationId != null) 'locationId': locationId!,
if (storedInfoTypeId != null) 'storedInfoTypeId': storedInfoTypeId!,
};