htmlInstructions property

String? get htmlInstructions

Implementation

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

Implementation

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