unwrappedProps property

Map get unwrappedProps

The props Map that will be used to create the typed props object.

Implementation

Map get unwrappedProps => super.props;
set unwrappedProps (Map value)

Implementation

set unwrappedProps(Map value) => super.props = value;