Settings constructor
const
Settings({})
Implementation
const Settings({
required this.url,
required this.language,
this.call,
this.user,
// this.device,
this.loggingEnabled = false,
this.mobileRequired,
this.queryParams = const {},
});