8 lines
65 B
Dart
8 lines
65 B
Dart
|
|
enum PrefixEmailAddress {
|
|
from,
|
|
to,
|
|
cc,
|
|
bcc,
|
|
replyTo
|
|
} |