Config constructor
Config({})
Implementation
Config({
required this.applicationId,
required this.clientId,
required this.clientSecret,
this.userId = "ANONYMOUS",
required this.keys,
this.version = "",
this.styles,
});