toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (memberSince != null) 'memberSince': memberSince!,
if (memberTotalDurationMonths != null)
'memberTotalDurationMonths': memberTotalDurationMonths!,
};