dependCount property

int dependCount

Number of observable which this object depend on

Implementation

int get dependCount => _depends.length;