flavorLineTwo property

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

If the vendor interaction has flavor text, this is the rest of it.

Implementation

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