toJson method

Map<String, dynamic> toJson()

Implementation

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