description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    "Generate assets class and listen to the assets folder and call the assets path from the dart class directly.";