sourceUrl property
final
The URL of the source of the string being scanned.
This is used for error reporting. It may be null
, indicating that the
source URL is unknown or unavailable.
Implementation
final Uri? sourceUrl;
The URL of the source of the string being scanned.
This is used for error reporting. It may be null
, indicating that the
source URL is unknown or unavailable.
final Uri? sourceUrl;