categoryIndex property

List<int> categoryIndex
getter/setter pair

Implementation

List<int> categoryIndex = List.generate(4, (index) => index);