setSecond property

set setSecond (int? value)

Implementation

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