WithUserLevel constructor

WithUserLevel({
  1. int userLevel = 0,
})

Implementation

WithUserLevel({this.userLevel = 0});