save method
Takes a snapshot of the model's current state.
Implementation
ModelState save() =>
ModelState(value, calendar.value, comparisonEnabled, comparisonOption);
Takes a snapshot of the model's current state.
ModelState save() =>
ModelState(value, calendar.value, comparisonEnabled, comparisonOption);