Registration constructor
Returns a new Registration instance.
Implementation
Registration({
required this.id,
required this.email,
this.firstName,
this.lastName,
});
Returns a new Registration instance.
Registration({
required this.id,
required this.email,
this.firstName,
this.lastName,
});