syncOriginal method
void
syncOriginal()
inherited
Sync the original attributes with the current.
Implementation
void syncOriginal() {
_original.clear();
_original.addAll(_attributes);
}
Sync the original attributes with the current.
void syncOriginal() {
_original.clear();
_original.addAll(_attributes);
}