InSeconds constructor

InSeconds()

Implementation

InSeconds()
  : super(
      methodName: "inSeconds",
      targetType: .duration,
      arity: 0,
      function: (target, interpreter, arguments) {
        return target.inSeconds;
      },
    );