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