Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit🏳️‍⚧️ 038f0d4d77 chore: bump: v1276
2025-12-06 12:03:10 +08:00

9 lines
230 B
Dart

// This file is generated by fl_build. Do not edit.
// ignore_for_file: prefer_single_quotes
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1276;
static const int script = 70;
}