question property

  1. @TagNumber.new(1)
String get question

The user question to answer. Required (empty = no-op).

Implementation

@$pb.TagNumber(1)
$core.String get question => $_getSZ(0);
  1. @TagNumber.new(1)
set question (String value)

Implementation

@$pb.TagNumber(1)
set question($core.String value) => $_setString(0, value);