description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'This command is used to add environment variables to the .env file and use them in the project from a Dart class.';