accept method

  1. @override
void accept()
override

Implementation

@override
void accept() {
  super.accept();

  isAccepted = true;
}