description property

  1. @override
String get description
override

Defines the outline of the code.

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

Implementation

@override
String get description =>
    "Create a server code for the scheduler in Firebase Functions in `$directory/(filepath).ts`. Firebase Functions用のスケジューラー用サーバーコードを`$directory/(filepath).ts`に作成します。";