notifyRebuild method

dynamic notifyRebuild()

Implementation

notifyRebuild() {
  value = TypeValue(value.value + 1);
}