toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'appurl': appUrl,
      'scene': scene,
      'target_url': targetUrl,
      'business_log_id': businessLogId,
      'pathtype': pathType,
      'action_type': actionType,
      'timestamp': timestamp,
    };