TimestampFilterMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use timestampFilterMethodDescriptor instead')
const TimestampFilterMethod$json = {
  '1': 'TimestampFilterMethod',
  '2': [
    {'1': 'TIMESTAMP_FILTER_METHOD_EQUALS', '2': 0},
    {'1': 'TIMESTAMP_FILTER_METHOD_GREATER', '2': 1},
    {'1': 'TIMESTAMP_FILTER_METHOD_GREATER_OR_EQUALS', '2': 2},
    {'1': 'TIMESTAMP_FILTER_METHOD_LESS', '2': 3},
    {'1': 'TIMESTAMP_FILTER_METHOD_LESS_OR_EQUALS', '2': 4},
  ],
};