htmlInstructions property

String? htmlInstructions

Implementation

String? get htmlInstructions => _$this._htmlInstructions;
void htmlInstructions=(String? htmlInstructions)

Implementation

set htmlInstructions(String? htmlInstructions) =>
    _$this._htmlInstructions = htmlInstructions;