A method, property, or getter decorator that marks a class member to remain mutable when the class is decorated with @Immutable or @Securable.
@Immutable
@Securable
Optional
@ Mutable() static cache; @ Mutable(() => isTestEnvironment()) static init() { ... } Copy
@ Mutable() static cache; @ Mutable(() => isTestEnvironment()) static init() { ... }
A method, property, or getter decorator that marks a class member to remain mutable when the class is decorated with
@Immutableor@Securable.