description property

  1. @override
String get description
override

Defines the outline of the code.

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

Implementation

@override
String get description =>
    "Create a template for the list form page (when adding new) in `$directory/(filepath).dart`. リストフォームページ(新規追加時)のテンプレートを`$directory/(filepath).dart`に作成します。";