writeValues abstract method

  1. @mustCallSuper
  2. @protected
void writeValues(
  1. bool exportOnlyChanged,
  2. bool ignoreNulls
)

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);