schemes property
Matches if the scheme of the URL is equal to any of the schemes specified in the array.
Implementation
List<String>? get schemes =>
_wrapped.schemes?.toDart.cast<String>().map((e) => e).toList();
Matches if the scheme of the URL is equal to any of the schemes specified in the array.
List<String>? get schemes =>
_wrapped.schemes?.toDart.cast<String>().map((e) => e).toList();