strictNullHandling property

bool strictNullHandling
final

Set to true to distinguish between null values and empty Strings. This way the encoded string null values will have no = sign.

Implementation

final bool strictNullHandling;