setPlan method

dynamic setPlan(
  1. Map state
)

Implementation

setPlan(Map state) {
  planData = state;
  notifyListeners();
}