VxMutation<T extends VxStore?> constructor

VxMutation<T extends VxStore?>()

A mutation logic inside perform is executed immediately after creating an object of the mutation.

Implementation

VxMutation() {
  status = VxStatus.none;
  _run();
}