HomeViewModel constructor

HomeViewModel()

Implementation

HomeViewModel() {
  sections = [myCampaigns, suggestedCampaigns, myActions, inTheNews];
}