- Implemented types
-
- Implementers
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toInactivatedJson()
→ Map<String, dynamic>
-
test 時に 等価比較が行えるように 一部の property 値を無効化する(一定の値に変更する)処理を加えた json を出力する.
例えば process id など, system によって割り振られる値をこちらで指定できないので このような場合に利用する.
inherited
-
toJson()
→ Map<String, dynamic>
-
ここでの toJson とは json へ encode 可能な形式へ変換するという意味で使われる.
つまり json string を返すというわけではない.
また serialize としても利用するため deserialize 可能でなければならない.
inherited
-
toNestedStructureMap()
→ Map<String, Object>
-
条件分岐で利用するため用意した.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited