readValues abstract method
This method updates the class data. It is called by the updateValues and BasicModel.fromJson method for creating the class.
This method is overridden in all classes that inherit from BasicModel
to define the initialization structure of the class based on a Map (JSON)
.
Implementation
@mustCallSuper
@protected
void readValues();