InMilliseconds constructor

InMilliseconds()

Implementation

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