toJson method

Map<String, dynamic> toJson()

Implementation

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