toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (acknowledgementTime != null)
    'acknowledgementTime': acknowledgementTime!,
  if (comment != null) 'comment': comment!,
  if (userName != null) 'userName': userName!,
};