list property

  1. @override
EasyTextList? get list
override

The linked list containing this element.

The value is null if this entry is not currently in any list.

Implementation

@override
EasyTextList? get list => super.list as EasyTextList?;