UserPickerUser constructor

UserPickerUser({
  1. String? accountId,
  2. String? avatarUrl,
  3. String? displayName,
  4. String? html,
  5. String? key,
  6. String? name,
})

Implementation

UserPickerUser(
    {this.accountId,
    this.avatarUrl,
    this.displayName,
    this.html,
    this.key,
    this.name});