EASearch constructor Null safety
Constructor sets the path and isearchengine properties
Implementation
EASearch({required String path, required Search search}) : super(path: path) {
payload[EAPropertyKey.SEARCH_ENGINE] = search;
}
Constructor sets the path and isearchengine properties
EASearch({required String path, required Search search}) : super(path: path) {
payload[EAPropertyKey.SEARCH_ENGINE] = search;
}