SMSProviderConfigState$json top-level constant
- @Deprecated('Use sMSProviderConfigStateDescriptor instead')
Implementation
@$core.Deprecated('Use sMSProviderConfigStateDescriptor instead')
const SMSProviderConfigState$json = const {
'1': 'SMSProviderConfigState',
'2': const [
const {'1': 'SMS_PROVIDER_CONFIG_STATE_UNSPECIFIED', '2': 0},
const {'1': 'SMS_PROVIDER_CONFIG_ACTIVE', '2': 1},
const {'1': 'SMS_PROVIDER_CONFIG_INACTIVE', '2': 2},
],
};