toJson method

String toJson()

Implementation

String toJson() {
  return PgrSearchKeysMapper.ensureInitialized()
      .encodeJson<PgrSearchKeys>(this as PgrSearchKeys);
}