Certificate constructor

Certificate(
  1. String name,
  2. String id
)

Implementation

Certificate(this.name, this.id);