Library API
    Preparing search index...

    Function Mutable

    • A method, property, or getter decorator that marks a class member to remain mutable when the class is decorated with @Immutable or @Securable.

      Parameters

      • OptionaltargetOrCondition: any
      • Optionalcontext: any

      Returns any

       @ Mutable()
      static cache;

      @ Mutable(() => isTestEnvironment())
      static init() { ... }