description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description => "データの定義を行い取得や保存を行うための`Model`の実装方法とその利用方法";