UnrestrictedUserEmail constructor

UnrestrictedUserEmail({
  1. String? accountId,
  2. String? email,
})

Implementation

UnrestrictedUserEmail({this.accountId, this.email});