values constant

List<SMTPConfigState> const values

Implementation

static const $core.List<SMTPConfigState> values = <SMTPConfigState>[
  SMTP_CONFIG_STATE_UNSPECIFIED,
  SMTP_CONFIG_ACTIVE,
  SMTP_CONFIG_INACTIVE,
];