Handle constructor

Handle(
  1. {String emailAddress}
)

Implementation

Handle({
  this.emailAddress,
});