toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final countryCriterionId = this.countryCriterionId;
final locationType = this.locationType;
final resourceName = this.resourceName;
return {
'countryCriterionId': ?countryCriterionId,
'locationType': ?locationType,
'resourceName': ?resourceName,
};
}