TraceState.fromJson(Map<String, dynamic> json) { json.forEach((key, value) { if (value is String) { put(key, value); } }); }