BridgedStaticGetterAdapter typedef

BridgedStaticGetterAdapter = Object? Function(InterpreterVisitor visitor)

Adapter for bridged static getters. Takes interpreter context. Returns the result of the native static getter.

Implementation

typedef BridgedStaticGetterAdapter =
    Object? Function(InterpreterVisitor visitor);