fileUri property

String? fileUri
final

The file URI for LSP features (e.g., 'file:///workspace/main.dart').

When provided with an LSP-configured controller, automatically initializes LSP features including completions, semantic highlighting, and diagnostics. For web compatibility, use 'file://' URIs with virtual paths.

Implementation

final String? fileUri;