alpha1 property

List<int> alpha1
getter/setter pair

Implementation

static var alpha1 = List<int>.generate(8, (index) => 0, growable: false);