chain property

List<MKey>? chain

Property getter and setter for chain:

Implementation

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

Implementation

set chain(List<MKey>? chain);