HanEventChanged constructor

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

Implementation

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