htmlInstructions property

  1. @BuiltValueField(wireName: r'html_instructions')
String? htmlInstructions

Contains formatted instructions for this step, presented as an HTML text string. This content is meant to be read as-is. Do not programmatically parse this display-only content.

Implementation

@BuiltValueField(wireName: r'html_instructions')
String? get htmlInstructions;