placeholderValues top-level property

EnumValues<Placeholder> placeholderValues
final

Implementation

final placeholderValues = EnumValues({
  "": Placeholder.EMPTY,
  "Optional": Placeholder.OPTIONAL,
  "Optional if you provide a certificate below":
      Placeholder.OPTIONAL_IF_YOU_PROVIDE_A_CERTIFICATE_BELOW,
  "you@youremail.com": Placeholder.YOU_YOUREMAIL_COM
});