factory TracingConfiguration.fromJson(Map<String, dynamic> json) { return TracingConfiguration( enabled: json['enabled'] as bool?, ); }