then, for Dart and with a name of WaniKaniUser, I will end up with the WaniKaniUser, Data, Preferences and Subscription classes while I would find it much better if I was to end up with the WaniKaniUser, WaniKaniUserData, WaniKaniUserDataPreferences and WaniKaniUserDataSubscription classes instead.
I thought that #266 fixed what I am after, but maybe not. Basically, say that I have the following JSON code:
then, for Dart and with a name of
WaniKaniUser
, I will end up with theWaniKaniUser
,Data
,Preferences
andSubscription
classes while I would find it much better if I was to end up with theWaniKaniUser
,WaniKaniUserData
,WaniKaniUserDataPreferences
andWaniKaniUserDataSubscription
classes instead.