email property

List<String>? get email

Implementation

List<String>? get email => (_$data['email'] as List<String>?);