Initiator constructor

Initiator(
  1. String? displayName,
  2. String? iD
)

Implementation

Initiator(
  this.displayName,
  this.iD,
);