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