searchKey method
Implementation
String searchKey() {
if (info?.searchKeyword?.isNotEmpty == true) {
return info!.searchKeyword!;
}
return userId;
}
String searchKey() {
if (info?.searchKeyword?.isNotEmpty == true) {
return info!.searchKeyword!;
}
return userId;
}