pets property

List<MKey>? pets

Property getter and setter for pets:

Implementation

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

Implementation

set pets(List<MKey>? pets);