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