workoutSourceNullableToJson function
Implementation
String? workoutSourceNullableToJson(enums.WorkoutSource? workoutSource) {
return workoutSource?.value;
}
String? workoutSourceNullableToJson(enums.WorkoutSource? workoutSource) {
return workoutSource?.value;
}