UserRankModel constructor

UserRankModel(
  1. int rank,
  2. UserModel user
)

Implementation

UserRankModel(this.rank, this.user);