initList method

dynamic initList({
  1. bool notHandle = true,
})

Implementation

initList({bool notHandle = true}) {
  showErr = notHandle;
  controller.addListener(_listenter);
}