static top-level constant

Object const static

Metadata to annotate a field of a ProxyApi as static.

Static fields are the same as attached fields except the field is static and not attached to any instance of the ProxyApi.

Implementation

const Object static = _Static();