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