initY method

dynamic initY()

Implementation

initY() {
  //do some computation
  _y = "result";
}