traits property

List<MKey>? traits

Property getter and setter for traits:

Implementation

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

Implementation

set traits(List<MKey>? traits);