PatchedMentor constructor

PatchedMentor({
  1. String? name,
  2. Object? flow,
  3. String? slug,
  4. String? platform,
  5. bool? allowAnonymous,
  6. Object? metadata,
})

Returns a new PatchedMentor instance.

Implementation

PatchedMentor({
  this.name,
  this.flow,
  this.slug,
  this.platform,
  this.allowAnonymous,
  this.metadata,
});