descendants property

  1. @override
Set<BayesVariable> get descendants
override

Implementation

@override
Set<BayesVariable> get descendants =>
    (_descendants ??= _descendantsImpl()).toSet();