owner property
EasyTextList?
get
owner
Returns the EasyTextList owner of this EasyText
Implementation
EasyTextList? get owner => !isLinked ? null : list as EasyTextList?;
Returns the EasyTextList owner of this EasyText
EasyTextList? get owner => !isLinked ? null : list as EasyTextList?;