Millisecond constructor

Millisecond()

Implementation

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