text property

String? text
getter/setter pair

The text of the question.

It should contain at least three words and the total length should be greater than or equal to 10 characters. The maximum length is 4096 characters.

Required.

Implementation

core.String? text;