count total value on December 25, 2022 Get link Facebook X Pinterest Email Other Apps List addRxM = [];int totalRxM = 0;for (int x = 0; x < foundUsers.length; x++) { addRxM.add(foundUsers[x].totalMorningRX); totalRxM = addRxM.reduce((a, b) => a + b);} Comments
Comments
Post a Comment