System constructor

const System(
  1. IntRange range
)

Constructs a System with the given range.

Implementation

const System(this.range);