emails property

List<String>? get emails

Implementation

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