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