debugSkipValue property
bool
get
debugSkipValue
A flag to prevent showing debugValue in the devtool for a Hook that returns nothing.
Implementation
bool get debugSkipValue => false;
A flag to prevent showing debugValue in the devtool for a Hook that returns nothing.
bool get debugSkipValue => false;