searchKey method

String searchKey()

Implementation

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