react_client/js_interop_helpers library
Utilities for reading/modifying dynamic keys on JavaScript objects and converting Dart Maps to JavaScript objects.
Properties
-
isRawJsFunctionFromProps
→ Expando<
bool> -
Keeps track of functions found when converting JS props to Dart props.
final
Functions
-
jsifyAndAllowInterop(
dynamic object) → dynamic - The same as jsify, except Functions are converted with allowInterop.