title property

String get title

Implementation

String get title => instructionText;
set title (String value)

Implementation

set title(String value) => instructionText = value;