Range.from constructor

Range.from(
  1. num? from
)

Use Range.to to define greater than or equal

Implementation

Range.from(this.from);