restorationData property

TestRestorationData restorationData

The current restoration data from which the current state can be restored.

To restore the state to the one described by this data, pass the TestRestorationData obtained from this getter back to restoreFrom.

See also:

Implementation

TestRestorationData get restorationData => _restorationData;