ignoreIfDefault property

bool? ignoreIfDefault
final

Declares annotated field as ignored if it's value is JsonProperty.defaultValue so it will be excluded from serialization process

Implementation

final bool? ignoreIfDefault;