ktx 1.0.9
ktx: ^1.0.9 copied to clipboard
The KTX Library provides a comprehensive set of tools for managing collections.
example/example.dart
//import 'package:ktx/ktx.dart';
//
//void main() {
// final numbers = [1, 2, 3];
// final map = numbers.associateBy((number) => number);
// print(map);
//}