workoutSourceToJson function

String? workoutSourceToJson(
  1. WorkoutSource workoutSource
)

Implementation

String? workoutSourceToJson(enums.WorkoutSource workoutSource) {
  return workoutSource.value;
}