fullJson property

  1. @visibleForTesting
bool fullJson
getter/setter pair

When set to false, the Map produced by toJson will not include fields whose values are null

Implementation

@visibleForTesting
bool fullJson = true;