BridgedInstanceGetterAdapter typedef

BridgedInstanceGetterAdapter = Object? Function(InterpreterVisitor? visitor, Object target)

Adapter for bridged instance getters. Takes interpreter context, the native target object. Returns the result of the native instance getter.

Implementation

typedef BridgedInstanceGetterAdapter = Object? Function(
    InterpreterVisitor? visitor, Object target);