mather 1.0.0
mather: ^1.0.0 copied to clipboard
library extention for language dart an base type (List)
Features #
TODO: library extention for language dart an base type (List)
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
List
List list = [2, 2, true, false, "string", 3, 3, 3];
Method:
count
print(list.count(3)); // find count elem in list output => 3
Usage #
TODO: see directory to /example folder.