debugResult property

Object? get debugResult

The value shown in the devtool.

Defaults to the last value returned by build.

Implementation

Object? get debugResult => _debugPreviousResult;