rules property

List<EditRule> get rules

The edit rules this extension contributes; they run before the document's existing rules so they can override baseline behavior.

Implementation

List<EditRule> get rules => const <EditRule>[];