toLogString method

String toLogString()

Implementation

String toLogString() {
  String result =
      'keywordList:${json.encode(keywordList)}|keywordListMatchType:$keywordListMatchType|gender:$gender|minBirthday:$minBirthday|maxBirthday:$maxBirthday|searchCount:$searchCount|searchCursor:$searchCursor';
  return result;
}