Related constructor

Related({
  1. String? client,
  2. String? onclick,
  3. String? oncomplete,
})

Implementation

Related({
  this.client,
  this.onclick,
  this.oncomplete,
});