RouteMatrixElementCondition$json top-level constant

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

Implementation

@$core.Deprecated('Use routeMatrixElementConditionDescriptor instead')
const RouteMatrixElementCondition$json = {
  '1': 'RouteMatrixElementCondition',
  '2': [
    {'1': 'ROUTE_MATRIX_ELEMENT_CONDITION_UNSPECIFIED', '2': 0},
    {'1': 'ROUTE_EXISTS', '2': 1},
    {'1': 'ROUTE_NOT_FOUND', '2': 2},
  ],
};