google / google/built_collection.dart
Please add support for a custom Checker function
Open
p3 / feature request
- Dominant language
- Dart
- Stars
- 285
- Forks
- 54
- Avg merge
- 23m
- Merged PRs (30d)
- 1
Description
I'll need to verify each element that is in the list with a custom checker function. The use case is to allow only specific type of integers (int32, uint32, stb.) added to the list.
The checker function signature should be something like `typedef ValueCheckFunction = void Function(E x);`
Contributor guide
Assessment
This issue has not been assessed yet.