LocalityUser constructor

LocalityUser(
  1. String id,
  2. String publicKey
)

Implementation

LocalityUser(this.id, this.publicKey);