asString static method

String? asString(
  1. DeliveryConfirmation? deliveryConfirmation
)

Get the String representation of a DeliveryConfirmation.

Implementation

static String? asString(DeliveryConfirmation? deliveryConfirmation) =>
    deliveryConfirmation?.toString();