CreditNoteTabData({ String? cnTypeId, String? name, String? cartCount,}){ _cnTypeId = cnTypeId; _name = name; _cartCount = cartCount; }