class AppWriteLoginModel { String clientName; String clientId; AppWriteLoginModel({ this.clientName ='', this.clientId='', }); }