reverse method

void reverse({
  1. double? from,
})

Implementation

void reverse({double? from}) {
  this.from = from;
  value = false;
}