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