MemberAccount constructor

MemberAccount({
  1. String? accountId,
})

Implementation

MemberAccount({
  this.accountId,
});