Here constructor

const Here(
  1. int level
)

Implementation

const Here(this.level) : assert(level >= 0);