asString static method
- DeliveryConfirmation? deliveryConfirmation
Get the String representation of a DeliveryConfirmation.
Implementation
static String? asString(DeliveryConfirmation? deliveryConfirmation) =>
deliveryConfirmation?.toString();
Get the String representation of a DeliveryConfirmation.
static String? asString(DeliveryConfirmation? deliveryConfirmation) =>
deliveryConfirmation?.toString();