Registration constructor

Registration(
  1. String id,
  2. Service service
)

Implementation

Registration(this.id, this.service);