shouldOnlyShowInstructionsOnFirstUse property

set shouldOnlyShowInstructionsOnFirstUse (bool value)
override

Sets showInstructions always enabled/disabled. Default value is false.

Implementation

set shouldOnlyShowInstructionsOnFirstUse(bool value) =>
    _map["shouldOnlyShowInstructionsOnFirstUse"] = value;