mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
4 lines
64 B
Dart
4 lines
64 B
Dart
extension StringX on String {
|
|
int get i => int.parse(this);
|
|
}
|