areOwnPropsEqual property

bool Function(JsMap, JsMap)? get areOwnPropsEqual

Implementation

external bool Function(JsMap, JsMap)? get areOwnPropsEqual;
set areOwnPropsEqual (bool value(JsMap, JsMap)?)

Implementation

external set areOwnPropsEqual(bool Function(JsMap, JsMap)? value);