class AnalyticsDevice { const AnalyticsDevice(); factory AnalyticsDevice.fromJson(Map json) { return const AnalyticsDevice(); } }