change method

void change({
  1. required HanType type,
})

Implementation

void change({
  required HanType type,
}) {
  emit(type);
}