ReactPropsMixin class abstract

Implementers

Constructors

ReactPropsMixin()

Properties

children List?
The children that were passed in to this component when it was built.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
A String that differentiates a component from its siblings.
getter/setter pair
props Map
no setter
ref ↔ dynamic
Either a String used to retrieve the element at a later time via react.Component.ref, or a Function that gets called with the element when it is mounted.
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

Constants

$propKeys → const List<String>
$props → const List<PropDescriptor>
meta → const PropsMeta