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