fullRef property

String get fullRef

Returns a representation like "node/123", to use in building website URLs.

Implementation

String get fullRef => '${kOsmElementTypeName[type]}/$ref';