scheme property
String
get
scheme
Scheme is the http
part of http://www.example.com/some/path?query#fragment
.
The part before the first colon.
Implementation
_i2.String get scheme => _i5.getProperty(
this,
'scheme',
);