categoryIndex property

  1. @JsonKey(name: 'categoryIndex')
int? categoryIndex
getter/setter pair

The index of the category in the original category definitions for the vendor.

Implementation

@JsonKey(name:'categoryIndex')
int? categoryIndex;