nextProps property
Reference to the value of props
for the upcoming render cycle.
Used internally for proxying ReactJS lifecycle methods shouldComponentUpdate
, componentWillReceiveProps
, and
componentWillUpdate
as well as the context-specific variants.
DO NOT set from anywhere outside react-dart lifecycle internals.
Implementation
Map? nextProps;