description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "内部に`Locale`を保持し言語設定を扱えるようにしながらJsonにパースしやすくしたオブジェクトである`ModelLocale`の利用方法";