properties property
inactivate(), = operator, [] operator, など に依存されている.
定義例:
Map<String, Object> get properties { return { 'stateA': stateA, 'stateB': stateB, 'stateC': stateC, }; }
Implementation
@override
Map<String, TextSignature> get properties {
return {
'first': first,
'second': second,
'third': third,
'fourth': fourth,
'fifth': fifth,
};
}