We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e171ff commit e13526bCopy full SHA for e13526b
lib/src/parameterized_source.dart
@@ -3,6 +3,7 @@
3
/// Current options are:
4
/// - [ParameterizedSource.csv]
5
/// - [ParameterizedSource.value]
6
+/// - [ParameterizedSource.values]
7
class ParameterizedSource {
8
final List<List<dynamic>> params;
9
0 commit comments