toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final memberSince = this.memberSince;
final memberTotalDurationMonths = this.memberTotalDurationMonths;
return {
'memberSince': ?memberSince,
'memberTotalDurationMonths': ?memberTotalDurationMonths,
};
}