isUrlMode property

bool get isUrlMode

Whether this is a URL-mode request (SEP-1036).

Implementation

bool get isUrlMode => mode == ElicitationMode.url;