Primary key from JSON factory constructor.
factory PrimaryKey.fromJson(Map<String, dynamic> json) => _$PrimaryKeyFromJson(json);