innerLevel property

int get innerLevel

Inner level count.

Implementation

int get innerLevel => (Zone.current[this] as int?) ?? 0;