thunk property

BridgedClass Function() get thunk

A deferred thunk resolving (and memoizing) bridgedClass on call.

Implementation

BridgedClass Function() get thunk =>
    () => bridgedClass;