- Mixed-in types
-
- Implementers
Methods
-
change({Type? classLocation, String? functionLocation, Map<String, dynamic>? monitor, Map<String, dynamic>? debug, Iterable<Log>? histories})
→ Log
-
-
inactivate()
→ Map<String, Object>
-
test で等価性を判断する時に 無効にしたい場合に利用する.
無効化された値を返す.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object>
-
inherited
-
toMap()
→ Map<String, Object>
-
定義例:
override
-
toMapShortHand()
→ Map<String, dynamic>
-
LogSetting.toYamlStringShortHand
用の map の生成.
-
toMapShortHandA()
→ Map<String, dynamic>
-
-
toString()
→ String
-
toMap() に依存.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
instance properties の toString() をそれぞれ比較し合う。
toMap(), [] operator に依存.
inherited
-
operator [](String key)
→ Object
-
toMap() から、operator == の内容を自動更新できるようにするために定義している.
inherited