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