primaryKey property Null safety
@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;
The fields needs to be overwritten, to keep it out of the json
@override
@JsonKey(ignore: true)
int? primaryKey;