description property

  1. @override
String get description
override

Define the description of the code.

コードの説明を定義します。

Implementation

@override
String get description =>
    "アプリ内の状態を管理するため`Page`や`Widget`、`Modal`、`Controller`や`RedirectQuery`内で利用可能な`State`の利用方法";