Month constructor

Month()

Implementation

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