@JsonSerializable(includeIfNull: false) const factory LegalInfo({ String? pan, String? gst, String? cin, }) = _LegalInfo;