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