test_variant

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

test variant

Features #
This package will add some features to help on yours tests
Usage #
void main() {
final variant = ValueVariant({1, 2, 3, 4, 5});
testVariant('adds one to input values', () {
print(variant.currentValue);
}, variant: variant);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.