Declaration

var values: NSMutableArray { get set }

Declaration

@property (nonatomic, strong) NSMutableArray<GSInfoValue *> * values;

Declaration

pyobjc_instanceMethods.values() -> list[GSInfoValue]
pyobjc_instanceMethods.setValues_(values: list[GSInfoValue])