2024-10-16 20:52:45 +04:00
|
|
|
/// Generate by [asset_generator](https://github.com/fluttercandies/flutter_asset_generator) library.
|
|
|
|
/// PLEASE DO NOT EDIT MANUALLY.
|
|
|
|
// ignore_for_file: constant_identifier_names
|
|
|
|
class R {
|
|
|
|
const R._();
|
2024-10-16 23:18:15 +04:00
|
|
|
|
|
|
|
/// 
|
|
|
|
static const String ASSETS_SVG_GB_SVG = 'assets/svg/gb.svg';
|
|
|
|
|
|
|
|
/// 
|
|
|
|
static const String ASSETS_SVG_RU_SVG = 'assets/svg/ru.svg';
|
2024-10-16 20:52:45 +04:00
|
|
|
}
|