Identity constructor

Identity(
  1. String id,
  2. String name,
  3. String comment,
  4. String email,
)

Implementation

Identity(this.id, this.name, this.comment, this.email);