setPin method

T setPin(
  1. String pin
)

Implementation

T setPin(String pin) {
  this.pin = pin;
  return this as T;
}