profileReachList top-level property
getter/setter pair
Implementation
List<ProfileReachModel> profileReachList = [
ProfileReachModel(reach: appStore.totalReview, reachType: "Reviews"),
ProfileReachModel(reach: appStore.followers, reachType: "Followers"),
ProfileReachModel(reach: appStore.following, reachType: "Following"),
];