toJson method
Implementation
Map<String, dynamic> toJson() => {
'reference': reference,
'identifier': identifier,
'notification': notification,
'notification_log_id': notification_log_id,
'details': details.toJson(),
};