eff top-level property
Creating instance of effort class. From now on there is ONLY ONE instance of Effort class. All it's activity is rolled via chore.dart
Implementation
Effort eff = Effort();
Creating instance of effort class. From now on there is ONLY ONE instance of Effort class. All it's activity is rolled via chore.dart
Effort eff = Effort();