intent property
String
get
intent
Intent is a brief description about the command which will be used for the purpose giving the end dev the idea about the capability and use case of the following command.
Example: For a firebase agent, the intent for the command /setup
can be:
String get intent => 'Setup firebase in your project';
Implementation
String get intent;