factory USettingsAvreen.fromMap(Map<String, dynamic> j) => USettingsAvreen(authHeader: j["authHeader"] ?? "", baseUrl: j["baseUrl"] ?? "");