ConfigSettings constructor
ConfigSettings({})
Implementation
ConfigSettings(
{required this.appKey,
required this.appName,
required this.appVersion,
required this.settings,
this.timeoutSeconds = 15});