Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit🏳️‍⚧️ ddd32e82d4 opt.: migrate to new fl_lib (#649)
Fixes #648
2024-12-02 21:06:44 +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 = 1110;
static const int script = 59;
}