Membership constructor
Membership({})
Implementation
Membership({
this.affiliation,
this.createTime,
this.deleteTime,
this.groupMember,
this.member,
this.name,
this.role,
this.state,
});
Membership({
this.affiliation,
this.createTime,
this.deleteTime,
this.groupMember,
this.member,
this.name,
this.role,
this.state,
});