JsConnectOptions class

Annotations
  • @visibleForTesting
  • @JS()
  • @anonymous

Constructors

JsConnectOptions({bool areStatesEqual(_JsStateValue?, _JsStateValue?)?, bool areOwnPropsEqual(JsMap, JsMap)?, bool areStatePropsEqual(JsMap, JsMap)?, bool areMergedPropsEqual(JsMap, JsMap)?, bool? forwardRef, bool? pure, ReactContext? context})
factory

Properties

areMergedPropsEqual ↔ (bool Function(JsMap, JsMap)?)
getter/setter pair
areOwnPropsEqual ↔ (bool Function(JsMap, JsMap)?)
getter/setter pair
areStatePropsEqual ↔ (bool Function(JsMap, JsMap)?)
getter/setter pair
areStatesEqual ↔ (bool Function(_JsStateValue?, _JsStateValue?)?)
getter/setter pair
context ReactContext?
getter/setter pair
forwardRef bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pure bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited