imageUrl property

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

Link to the picture of the purchased item.

Implementation

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