owner property

EasyTextList? get owner

Returns the EasyTextList owner of this EasyText

Implementation

EasyTextList? get owner => !isLinked ? null : list as EasyTextList?;