Declaration

var numberValues: [String : GSValueStore]? { get set }

Declaration

@property (nonatomic, strong) NSDictionary<NSString *,GSValueStore *> * numberValues;

Declaration

numberValues() -> dict[str, GSValueStore]
setNumberValues_(numberValues: dict[str, GSValueStore])