RareBooleanData constructor

RareBooleanData({
  1. required List<int> index,
})

Implementation

RareBooleanData({required this.index});