restore property
A function that restores the variable to its previous state.
Implementation
@override
void Function(dynamic value)? get restore => null;
A function that restores the variable to its previous state.
@override
void Function(dynamic value)? get restore => null;