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