updateValues method
This method updates the class data with the map
passed by parameter.
Implementation
@mustCallSuper
void updateValues(Map<String, dynamic> map) {
_lastReadedMap = map;
readValues();
}
This method updates the class data with the map
passed by parameter.
@mustCallSuper
void updateValues(Map<String, dynamic> map) {
_lastReadedMap = map;
readValues();
}