serifmehmet
Results
1
issues of
serifmehmet
I have tried to make module from Hive with Generic models. Created 'CacheModel' mixin like this: ``` mixin CacheModel { String get id; CacheModel fromDynamicJson(dynamic json); Map toJson(); } ```...