Levels constructor

Levels({
  1. int? level,
  2. int? experience,
})

Implementation

Levels({this.level, this.experience});