mirror of
				https://github.com/h7x4/unofficial_jisho_api_dart.git
				synced 2025-10-31 01:43:36 +01:00 
			
		
		
		
	- Add fromJson factories for all objects
- Make some properties use getters, to reduce redundant data
- Make all objects comparable with the equatable package
- Make all objects immutable with a constant constructor
    as a result of making them comparable