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?;