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