menu
mx_asset_path_generator package
documentation
asset_struct.dart
AssetStruct
path property
path property
dark_mode
light_mode
path
property
String
get
path
Implementation
String get path => parent == null ? name : '${parent!.path}/$name';
mx_asset_path_generator package
documentation
asset_struct
AssetStruct
path property
AssetStruct class