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