debugValue property

Object? get debugValue

The value shown in the devtool.

Defaults to the last value returned by build.

Implementation

Object? get debugValue => _debugLastBuiltValue;