isSingle property

bool get isSingle
inherited

Implementation

bool get isSingle => _root == _current && _root != null && _current != null;