menu
Dart
dart:core
Uri
hasScheme property
hasScheme
dark_mode
light_mode
description
hasScheme
property
bool
get
hasScheme
Whether the URI has a
scheme
component.
Implementation
bool get hasScheme => scheme.isNotEmpty;
Dart
dart:core
Uri
hasScheme property
Uri class
Cookies management controls