MemberClaimEntity constructor

MemberClaimEntity({
  1. int? refreshValue,
})

Implementation

MemberClaimEntity({
  this.refreshValue,
});