SMTPConfigState$json top-level constant

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

Implementation

@$core.Deprecated('Use sMTPConfigStateDescriptor instead')
const SMTPConfigState$json = {
  '1': 'SMTPConfigState',
  '2': [
    {'1': 'SMTP_CONFIG_STATE_UNSPECIFIED', '2': 0},
    {'1': 'SMTP_CONFIG_ACTIVE', '2': 1},
    {'1': 'SMTP_CONFIG_INACTIVE', '2': 2},
  ],
};