isLinked property

bool get isLinked

Determines if this EasyText instance is currently linked to a parent list.

Implementation

bool get isLinked => list != null;