ServerIce constructor

ServerIce(
  1. int from,
  2. String candidate
)

Implementation

ServerIce(this.from, this.candidate);