Map<String, dynamic> toJson() { final regionName = this.regionName; return { if (regionName != null) 'RegionName': regionName, }; }