+ flutter get_storage How do I hook getX with a model class in flutter? I have a user model class in Flutter which I'm using to parse user data. It looks like this: class UserModel { final String id; final String username; final String email; UserModel({ wono | tweet Add comment Do you want to delete? YesNo