unwrappedProps property

Map unwrappedProps

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

Implementation

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

Implementation

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