toElement method

OsmElement toElement({
  1. int? newId,
  2. int? newVersion,
})

Constructs a new element from this change after the object has been uploaded. Or for uploading.

Implementation

OsmElement toElement({int? newId, int? newVersion}) {
  throw UnimplementedError();
}