UserInformation constructor

UserInformation(
  1. String id,
  2. String displayName,
  3. String name
)

Implementation

UserInformation(this.id, this.displayName, this.name);