UserDetails constructor

const UserDetails(
  1. int id,
  2. String name,
  3. String profileImageUrl
)

Implementation

const UserDetails(this.id, this.name, this.profileImageUrl);