writeValues abstract method
This method is used to define the export structure of the class values to a Map.
To write a value to the Map that will be exported, use the writeValue method.
Implementation
@mustCallSuper
@protected
void writeValues(bool exportOnlyChanged, bool ignoreNulls);