OsmMember constructor

const OsmMember(
  1. OsmId id, [
  2. String? role
])

Implementation

const OsmMember(this.id, [this.role]);