children property

List<Angel> children

All child application mounted on this instance.

Implementation

List<Angel> get children => List<Angel>.unmodifiable(_children);