Range constructor

Range(
  1. dynamic end
)

Implementation

Range(end) : super([end]);