Beauty constructor

Beauty({
  1. required int level,
})

Implementation

Beauty({required this.level});