reload method
Function used to refresh or reload state.
When this function is called, the state of the desired object is refreshed back to its initial state, and so state changes are either cleared, or redirected back to initial state.
Implementation
@override
void reload() {
change(initValue);
}