getSearchKeyword method

String? getSearchKeyword()

Implementation

String? getSearchKeyword(){
  return _keyword;
}