properties property
inactivate(), = operator, [] operator, など に依存されている.
定義例:
Map<String, Object> get properties { return { 'stateA': stateA, 'stateB': stateB, 'stateC': stateC, }; }
Implementation
@override
Map<String, Object> get properties {
return {
'classLocation': classLocation,
'functionLocation': functionLocation,
'_monitor': _monitor,
'_debug': _debug,
'_historyList': _historyList,
};
}