thunk property
BridgedClass Function()
get
thunk
A deferred thunk resolving (and memoizing) bridgedClass on call.
Implementation
BridgedClass Function() get thunk => () => bridgedClass;
A deferred thunk resolving (and memoizing) bridgedClass on call.
BridgedClass Function() get thunk => () => bridgedClass;