LocalityUser constructor

LocalityUser(
  1. String id,
  2. String publicKey, {
  3. UserType type = UserType.person,
})

Implementation

LocalityUser(this.id, this.publicKey, {this.type = UserType.person});