2024-09-22 20:35:55 +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._();
|
|
|
|
|
|
|
|
static const String ASSETS_SVG_RU_SVG = 'assets/svg/ru.svg';
|
|
|
|
|
|
|
|
static const String ASSETS_SVG_UK_SVG = 'assets/svg/uk.svg';
|
2024-09-25 12:55:28 +04:00
|
|
|
}
|