restore property

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

A callback to restore the variable to this state.

Implementation

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