isLarger method

bool isLarger(
  1. double value
)

Implementation

bool isLarger(double value) {
  return value > _to;
}