IsUtc constructor
IsUtc()
Implementation
IsUtc()
: super(
methodName: "isUtc",
targetType: .date,
arity: 0,
function: (target, interpreter, arguments) {
return target.isUtc;
},
);