size property

List<num> size

Returns the size of the energy field domain (the search space).

Implementation

List<num> get size => List<num>.of(space.size);