parent property

List<MKey>? parent

Property getter and setter for parent:

Implementation

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

Implementation

set parent(List<MKey>? parent);