Time$json top-level constant

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

Implementation

@$core.Deprecated('Use timeDescriptor instead')
const Time$json = const {
  '1': 'Time',
  '2': const [
    const {'1': 'TIME_UNDEFINED', '2': 0},
    const {'1': 'PAST', '2': 1},
    const {'1': 'FUTURE', '2': 2},
  ],
};