help property

  1. @override
String help
override

A description of this option.

Implementation

@override
String get help =>
    'The rule for the names of assets\' consts\n"lwu"(lowercase_with_underscores) : "assets_images_xxx_jpg" \n"uwu"(uppercase_with_underscores) : "ASSETS_IMAGES_XXX_JPG" \n"lcc"(lowerCamelCase)             : "assetsImagesXxxJpg" \n';