toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      ...interaction.toJson(),
      "type": type,
      "widget_uuid": widgetUuid,
      "from": from,
      "to": to,
      "time_elapsed": timeElapsed,
    };