LevelInfo constructor

const LevelInfo({
  1. required LevelId id,
  2. required String name,
})

Implementation

const LevelInfo({
  required this.id,
  required this.name
});