notify method

  1. @override
void notify()
override

Implementation

@override
void notify() {
  state = [...state];
}