We need to verify that the output of toJson matches what the Holodex API expects for each field. The fromJson factory constructor should also be tested.
Most fields should have the correct JSON output since I based it on the API documentation, but it is possible I missed a few.
We need to verify that the output of
toJsonmatches what the Holodex API expects for each field. ThefromJsonfactory constructor should also be tested.Most fields should have the correct JSON output since I based it on the API documentation, but it is possible I missed a few.