InMinutes constructor
InMinutes()
Implementation
InMinutes()
: super(
methodName: "inMinutes",
targetType: .duration,
arity: 0,
function: (target, interpreter, arguments) {
return target.inMinutes;
},
);