profileReachList top-level property

List<ProfileReachModel> profileReachList
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"),
];