UserIdentity constructor

UserIdentity({
  1. String? id,
  2. String? userEmail,
})

Implementation

UserIdentity({this.id, this.userEmail});