description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "内部にintを保持し数字を扱えるようにしながら数字のインクリメントやデクリメントをサーバー側で行えるようにしたオブジェクトである`ModelCounter`の利用方法";