setSecond property

void setSecond=(int? value)

Implementation

set setSecond(int? value) {
  _second = value;
}