Level constructor

const Level({
  1. required String offTag,
})

Implementation

const Level({
  required this.offTag,
});