restore property

  1. @override
void Function(dynamic value)? get restore
override

A function that restores the variable to its previous state.

Implementation

@override
void Function(dynamic value)? get restore => null;