children property

List<MKey>? children

Property getter and setter for children:

Implementation

List<MKey>? get children;
void children=(List<MKey>? children)

Implementation

set children(List<MKey>? children);