availableBits property

List<int> get availableBits

Implementation

static List<int> get availableBits => values.map((e) => e.entropy).toList();