description property

  1. @override
String description
override

Defines the outline of the code.

コードの概要を定義します。

Implementation

@override
String get description =>
    "Create server code for HTTP requests in `$directory/(filepath).ts`. HTTPリクエスト用のサーバーコードを`$directory/(filepath).ts`に作成します。";