FFTimestampRange$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTimestampRangeDescriptor instead')
const FFTimestampRange$json = {
  '1': 'FFTimestampRange',
  '2': [
    {
      '1': 'start',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'start'
    },
    {
      '1': 'end',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'end'
    },
  ],
};