InHours constructor

InHours()

Implementation

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