I have built all my frontend APP with flutter and the user information came from a model class I have created.
class Client { final int id; final String f