Second constructor

Second()

Implementation

Second()
  : super(
      methodName: "second",
      targetType: .date,
      arity: 0,
      function: (target, interpreter, arguments) {
        return target.second;
      },
    );