primaryKey property Null safety

int? primaryKey
@JsonKey(ignore: true), read / write, override

The fields needs to be overwritten, to keep it out of the json

Implementation

@override
@JsonKey(ignore: true)
int? primaryKey;