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