mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-16 23:04:22 +01:00
9 lines
230 B
Dart
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 = 1201;
|
|
static const int script = 65;
|
|
}
|