Context provided to a class accessor field decorator.
accessor
An object that can be used to access the current value of the class element at runtime.
The kind of class element that was decorated.
The name of the decorated class element.
A value indicating whether the class element has a private name.
A value indicating whether the class element is a static (true) or instance (false) element.
true
false
Adds a callback to be invoked immediately after the auto accessor being decorated is initialized (regardless if the accessor is static or not).
static