description property

  1. @override
String get description
override

Defines the outline of the code.

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

Implementation

@override
String get description =>
    "Create a template for the fixed form page (when editing) in `$directory/(filepath).dart`. 固定フォームページ(既存編集時)のテンプレートを`$directory/(filepath).dart`に作成します。";