IsNegative constructor

IsNegative()

Implementation

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