x1 property

List<int> x1
getter/setter pair

Implementation

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