isRawJsFunctionFromProps top-level property

Expando<bool> isRawJsFunctionFromProps
final

Keeps track of functions found when converting JS props to Dart props.

See: forwardRef2 for usage / context.

Implementation

final isRawJsFunctionFromProps = Expando<bool>();