url property
String?
get
url
The URL that the user should navigate to.
Required for ElicitationMode.url.
Implementation
String? get url => _value[Keys.url] as String?;
The URL that the user should navigate to.
Required for ElicitationMode.url.
String? get url => _value[Keys.url] as String?;