String detailedDescription

Source

@override
String get detailedDescription {
  return "This command will use a template from the aqueduct package determined by either "
      "git-url (and git-ref), path-source or version. If none of these "
      "are specified, the most recent version on pub.dartlang.org is used.";
}