core.Map<core.String, core.dynamic> toJson() { final offsetMinutes = this.offsetMinutes; return {'offsetMinutes': ?offsetMinutes}; }