staticValue property Null safety

dynamic staticValue
optional">@optionalread / write

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;