PageInfo_FormInfo_ParameterInfo_ParameterState$json top-level constant

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

Implementation

@$core.Deprecated('Use pageInfoDescriptor instead')
const PageInfo_FormInfo_ParameterInfo_ParameterState$json = const {
  '1': 'ParameterState',
  '2': const [
    const {'1': 'PARAMETER_STATE_UNSPECIFIED', '2': 0},
    const {'1': 'EMPTY', '2': 1},
    const {'1': 'INVALID', '2': 2},
    const {'1': 'FILLED', '2': 3},
  ],
};