Timespan$json top-level constant
Implementation
@$core.Deprecated('Use timespanDescriptor instead')
const Timespan$json = const {
'1': 'Timespan',
'2': const [
const {'1': 'INVALID_TIMESPAN', '2': 0},
const {'1': 'TIMESPAN_DAY', '2': 1},
const {'1': 'TIMESPAN_WEEK', '2': 2},
const {'1': 'TIMESPAN_MONTH', '2': 3},
const {'1': 'TIMESPAN_YEAR', '2': 4},
const {'1': 'TIMESPAN_ALL', '2': 5},
],
};