url property
Whether URL-based elicitation is supported.
Implementation
Map<String, Object?>? get url => _value[Keys.url] as Map<String, Object?>?;
Whether URL-based elicitation is supported.
Map<String, Object?>? get url => _value[Keys.url] as Map<String, Object?>?;