defaultSerialize property
The default for BuiltValueField.serialize. Set to false if you want
to ignore most fields when serializing, then mark the ones you do want
to serialize with @BuiltValueField(serialize: true).
Implementation
final bool defaultSerialize;