ForwardRefNodeBase class abstract interface

The renderer-facing erased form of a forwarded-ref node.

Inheritance
Implementers

Properties

forwardedCurrent Object?
The current value of the Dart ref supplied by the caller, if any.
no setter
hashCode int
The hash code for this object.
no setterinherited
renderIdentity Function
The render callback identity used to cache the React component type.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildWithRefErased(ReactRef<Object?> target) ReactNode
Invokes the typed render callback through an erased bridge.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateForwardedRef(Object? value) → void
Updates the caller's Dart ref through an erased bridge.

Operators

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