DeliveryReport constructor

DeliveryReport({
  1. String? url,
  2. InfoData? info,
})

Implementation

DeliveryReport({this.url, this.info});