Emailable constructor

Emailable(
  1. String email,
  2. String label
)

Implementation

Emailable(this.email, this.label);