prompt property
String?
get
prompt
An optional prompt text providing some ask or explanation to the user.
Implementation
_i2.String? get prompt => _i5.getProperty(
this,
'prompt',
);
set
prompt
(String? value)
Implementation
set prompt(_i2.String? value) {
_i5.setProperty(
this,
'prompt',
value ?? _i6.undefined,
);
}