isCaseSensitive property

bool? get isCaseSensitive

Whether the file system provider use case sensitive compare for {@link Uri.pathpaths}

Implementation

_i2.bool? get isCaseSensitive => _i4.getProperty(
      this,
      'isCaseSensitive',
    );