serializeNulls property

bool serializeNulls
final

Whether the generated serializer should output nulls.

By default this is false and nulls are omitted from the output.

Implementation

final bool serializeNulls;