deliveryAddress property

String? get deliveryAddress

Delivery address.

Implementation

String? get deliveryAddress => delivery?['address'];