isUrlMode property
bool
get
isUrlMode
Whether this is a URL-mode request (SEP-1036).
Implementation
bool get isUrlMode => mode == ElicitationMode.url;
Whether this is a URL-mode request (SEP-1036).
bool get isUrlMode => mode == ElicitationMode.url;