factory GetHomeRegionResult.fromJson(Map<String, dynamic> json) { return GetHomeRegionResult( homeRegion: json['HomeRegion'] as String?, ); }