productCharacteristic property

  1. @JsonKey.new(name: "productCharacteristic")
List<ProductCharacteristic>? productCharacteristic
getter/setter pair

Implementation

@JsonKey(name: "productCharacteristic")
List<ProductCharacteristic>? productCharacteristic;