y1 property

List<int> y1
getter/setter pair

Implementation

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