MemberPatch constructor

MemberPatch({
  1. MemberPatchContactPoint? contactPoint,
  2. List<String>? roles,
})

Returns a new MemberPatch instance.

Implementation

MemberPatch({
  this.contactPoint,
  this.roles,
});