SourceControlResourceGroup class
A source control resource group is a collection of {@link SourceControlResourceStatesource control resource states}.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
SourceControlResourceGroup({String? id, String? label, bool? hideWhenEmpty, List<
SourceControlResourceState> ? resourceStates, void dispose()?}) -
factory
Properties
- dispose ↔ void Function()
-
Available on SourceControlResourceGroup, provided by the SourceControlResourceGroup$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hideWhenEmpty ↔ bool?
-
Available on SourceControlResourceGroup, provided by the SourceControlResourceGroup$Typings extension
Whether this source control resource group is hidden when it contains no {@link SourceControlResourceState source control resource states}.getter/setter pair - id → String
-
Available on SourceControlResourceGroup, provided by the SourceControlResourceGroup$Typings extension
The id of this source control resource group.no setter - label ↔ String
-
Available on SourceControlResourceGroup, provided by the SourceControlResourceGroup$Typings extension
The label of this source control resource group.getter/setter pair -
resourceStates
↔ List<
SourceControlResourceState> -
Available on SourceControlResourceGroup, provided by the SourceControlResourceGroup$Typings extension
This group's collection of {@link SourceControlResourceState source control resource states}.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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