ChatLogDeliveryStatus constructor

ChatLogDeliveryStatus(
  1. bool isFailed,
  2. DELIVERY_STATUS deliveryStatus
)

Implementation

ChatLogDeliveryStatus(this.isFailed, this.deliveryStatus);