Created
June 16, 2020 17:59
-
-
Save marcinOz/5d0b3cad7980167598224bdabae97513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final workout = _currentWorkouts.findOrNull((it) => it.id == workoutId); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment