staticValue property

  1. @optional
dynamic staticValue
getter/setter pair

The value of this field, if the field is static. If uninitialized, this will take the value of an uninitialized Sentinel.

staticValue can be one of InstanceRef or Sentinel.

Implementation

@optional
dynamic staticValue;