assetImagesFileContent constant
String
const assetImagesFileContent
Implementation
static const assetImagesFileContent = """class AssetImages {
static const String _assetpath = "assets/images";
static const String logo = "\$_assetpath/logo.png";
static const String empty = "\$_assetpath/empty.png";
}""";