Exercise$json top-level constant

  1. @Deprecated('Use exerciseDescriptor instead')
Map<String, Object> const Exercise$json

Implementation

@$core.Deprecated('Use exerciseDescriptor instead')
const Exercise$json = const {
  '1': 'Exercise',
  '2': const [
    const {'1': 'cycles', '3': 1, '4': 3, '5': 11, '6': '.fcapi.Cycle', '10': 'cycles'},
    const {'1': 'active_instruction_codes', '3': 2, '4': 3, '5': 9, '10': 'activeInstructionCodes'},
    const {'1': 'follow_up_dates', '3': 3, '4': 3, '5': 3, '10': 'followUpDates'},
  ],
};