forward method

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

Implementation

void forward({double? from}) {
  this.from = from;
  value = true;
}