observatory property
Implementation
Map<String, dynamic>? get transport; LogConfig? get log; RouterConfig? get routing; DNSConfig? get dns; List<InboundDetourConfig>? get inbounds; List<OutboundDetourConfig>? get outbounds; PolicyConfig? get policy; APIConfig? get api; MetricsConfig? get metrics; StatsConfig? get stats; ReverseConfig? get reverse;@JsonKey(name: 'fakeDns') FakeDNSConfig? get fakeDns; ObservatoryConfig? get observatory;