UserView constructor

const UserView(
  1. UserId id, {
  2. Key? key,
})

Implementation

const UserView(this.id, {super.key});