vendorPortrait property

  1. @JsonKey(name: 'vendorPortrait')
String? vendorPortrait
getter/setter pair

A portrait of the Vendor's smiling mug. Or frothing tentacles.

Implementation

@JsonKey(name:'vendorPortrait')
String? vendorPortrait;