myActions property

ExploreSection<Explorable> myActions
final

Implementation

final myActions = exploreSectionFromArgs(ExploreSectionArguments(
  title: "What can I do today?",
  // TODO Fix, this should only filter by completed if there is an active user
  baseParams: {
    "completed": false,
  },
  type: ExploreSectionType.Action,
));