ScheduledCommandRecord$json top-level constant Null safety

Map<String, Object> const ScheduledCommandRecord$json
@Deprecated('Use scheduledCommandRecordDescriptor instead')

Implementation

@$core.Deprecated('Use scheduledCommandRecordDescriptor instead')
const ScheduledCommandRecord$json = const {
  '1': 'ScheduledCommandRecord',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.spine.core.CommandId', '10': 'id'},
    const {'1': 'command', '3': 2, '4': 1, '5': 11, '6': '.spine.core.Command', '10': 'command'},
    const {'1': 'scheduling_time', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'schedulingTime'},
  ],
  '7': const {},
};