orgDartlangSdkMappings property

Map<String, Uri> orgDartlangSdkMappings
final

Mappings of file paths to 'org-dartlang-sdk:///' URIs used for translating URIs/paths between the DAP client and the VM.

Keys are the base file paths and the values are the base URIs. Neither value should contain trailing slashes.

Implementation

final orgDartlangSdkMappings = <String, Uri>{};