trackingUrl property

  1. @BuiltValueField.new(wireName: r'trackingUrl')
String? get trackingUrl

The URL, provided by the carrier company, where the shipment can be tracked.

Implementation

@BuiltValueField(wireName: r'trackingUrl')
String? get trackingUrl;