HanState constructor

const HanState({
  1. required HanType hanType,
})

Implementation

const HanState({
  required this.hanType,
});