temperatures property
Returns an UnmodifiableListView of the annealing temperatures determining the annealing schedule.
Implementation
Future<List<num>> get temperatures =>
_temperatures().then((temperatures) => temperatures.unmodifiable);
Returns an UnmodifiableListView of the annealing temperatures determining the annealing schedule.
Future<List<num>> get temperatures =>
_temperatures().then((temperatures) => temperatures.unmodifiable);