OsmId constructor

const OsmId(
  1. OsmElementType type,
  2. int ref
)

Implementation

const OsmId(this.type, this.ref);