scheme property

String? get scheme

A Uri {@link Uri.schemescheme}, like file or untitled.

Implementation

_i2.String? get scheme => _i5.getProperty(
      this,
      'scheme',
    );