Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed type mismatch error on keyOperations getter
When JWK object tries to get `keyOperations`, dart throws the error: `type '_CompactLinkedHashSet<dynamic>' is not a subtype of type 'Set<String>?' in type cast` Fixed it by setting particular type on calling `getTypedList`
- Loading branch information