VscodeQuickPickItem class
A quick pick item for VS Code UI.
Constructors
- VscodeQuickPickItem({required String label, String? description, String? detail, bool picked = false, String? value})
-
const
-
VscodeQuickPickItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited