ST constructor

ST(
  1. double S,
  2. double T
)

Implementation

ST(this.S, this.T);