MembershipState constructor

MembershipState({
  1. String? code,
})

Implementation

MembershipState({
  this.code,
});