ServiceIdentity constructor

ServiceIdentity({
  1. String? email,
})

Implementation

ServiceIdentity({
  this.email,
});