Files
flutter_server_box/lib/core/extension/stringx.dart

4 lines
64 B
Dart

extension StringX on String {
int get i => int.parse(this);
}