Config constructor
Config({})
Implementation
Config(
{required this.operatorId,
required this.clientId,
required this.clientSecret,
required this.server,
required this.static});
Config(
{required this.operatorId,
required this.clientId,
required this.clientSecret,
required this.server,
required this.static});