exercise property

Map<String, List<String>> exercise

Implementation

Map<String, List<String>> get exercise => _exercise;
void exercise=(Map<String, List<String>> value)

Implementation

set exercise(Map<String, List<String>> value) {
  _exercise = value;
  notifyListeners();
}