touch method

  1. @override
void touch()
override

updates the timestamp to reflect that this node has been touched.

Implementation

@override
void touch() {
  lastModified = ExtendedTimestamp.now(false);
}