possessions property

List<MKey>? possessions

Property getter and setter for possessions:

Implementation

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

Implementation

set possessions(List<MKey>? possessions);