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