parent property

List<MKey>? get parent

Property getter and setter for parent:

Implementation

List<MKey>? get parent;
set parent (List<MKey>? parent)

Implementation

set parent(List<MKey>? parent);