email property

String? get email

Optional contact email.

Implementation

String? get email => _['email'] as String?;