email property

  1. @JsonKey.new(name: 'email')
String? get email
inherited

User email

Implementation

@JsonKey(name: 'email')
String? get email;