ModelFieldValue<T> constructor

const ModelFieldValue<T>()

Class for defining special field values.

The value of type T is the actual value.

ModelFieldValue.fromMap executes the process of converting the data read from the server and ModelFieldValue.toMap executes the process of converting the data to be saved to the server.

特殊なフィールド値を定義するためのクラス。

T型のvalueが実際の値となります。

ModelFieldValue.fromMapでサーバーから読み取られたデータを変換する処理を実行し、ModelFieldValue.toMapでサーバーへ保存するデータを変換する処理を実行します。

Implementation

const ModelFieldValue();