$ModuleL10n class
- Available extensions
- Annotations
-
- @JS('vscode.l10n')
- @staticInterop
Constructors
Properties
- bundle → Object?
-
Available on $ModuleL10n, provided by the $ModuleL10n$Typings extension
The bundle of localized strings that have been loaded for the extension. It's undefined if no bundle has been loaded. The bundle is typically not loaded if there was no bundle found or when we are running with the default language.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- t → ({String Function(IInline85 options) $1, String Function(String message, [Iterable? args]) $2, String Function(String message, dynamic args) $3})
-
Available on $ModuleL10n, provided by the $ModuleL10n$Typings extension
Overload accessor: $1, $2, $3no setter - uri → Uri?
-
Available on $ModuleL10n, provided by the $ModuleL10n$Typings extension
The URI of the localization bundle that has been loaded for the extension. It's undefined if no bundle has been loaded. The bundle is typically not loaded if there was no bundle found or when we are running with the default language.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited