serialize property

bool? serialize
final

Whether the field is serialized. Defaults to null which means BuiltValue.defaultSerialize is used.

If a field is not serialized, it must either be nullable or specify a default for deserialization to succeed.

Implementation

final bool? serialize;