toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final memberLevelName = this.memberLevelName;
  final memberMonth = this.memberMonth;
  final userComment = this.userComment;
  return {
    'memberLevelName': ?memberLevelName,
    'memberMonth': ?memberMonth,
    'userComment': ?userComment,
  };
}