Map<String, dynamic> toJson() { final featureGroupName = this.featureGroupName; return { 'FeatureGroupName': featureGroupName, }; }