emails function
Generates email addresses, per RFC 5321 and 5322.
A draw that would exceed the RFC's length cap rejects its own test case, arriving as the same rejection TestCase.assume raises. That is rare enough to ignore and regular enough not to be a surprise.
Implementation
Generator<String> emails() => _NamedStringGenerator(<Object?>[
'email',
], (Libhegel session) => engine.StringGenerator.email(session: session));