observedAttributes property

List<String> get observedAttributes

Returns a list of attribute names to observe for changes.

Override this in subclasses to react to attribute changes.

Implementation

List<String> get observedAttributes => const [];