boxChildren property

List<T>? get boxChildren

Implementation

List<T>? get boxChildren;
set boxChildren (List<T>? children)

Implementation

set boxChildren(List<T>? children);