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