shouldOnlyShowInstructionsOnFirstUse property
Sets showInstructions always enabled/disabled. Default value is false.
Implementation
set shouldOnlyShowInstructionsOnFirstUse(bool value) =>
_map["shouldOnlyShowInstructionsOnFirstUse"] = value;
Sets showInstructions always enabled/disabled. Default value is false.
set shouldOnlyShowInstructionsOnFirstUse(bool value) =>
_map["shouldOnlyShowInstructionsOnFirstUse"] = value;