Configuration constructor
Configuration({})
Implementation
Configuration(
{required this.token,
required this.name,
this.useCount,
this.compressionType,
this.geoLocation,
this.shapePolygon,
this.ptzStatus,
this.events,
this.analytics,
this.multicast,
this.sessionTimeout,
this.analyticsEngineConfiguration});