ClockInRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use clockInRequestDescriptor instead')
const ClockInRequest$json = {
  '1': 'ClockInRequest',
  '2': [
    {'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'role_id', '3': 2, '4': 1, '5': 9, '10': 'roleId'},
    {'1': 'restaurant_employee_id', '3': 3, '4': 1, '5': 9, '10': 'restaurantEmployeeId'},
  ],
};