setHosts method Null safety

PaylikeClient setHosts(
  1. PaylikeHosts hosts
)

Implementation

PaylikeClient setHosts(PaylikeHosts hosts) {
  this.hosts = hosts;
  return this;
}