MojoUser constructor

MojoUser(
  1. String name,
  2. String emailAddress
)

Implementation

MojoUser(this.name, this.emailAddress);