class ApiAccess{ final String instance; final String token; const ApiAccess(this.instance, this.token); }