GroupKindDependency class
Defines a dependency between two group kinds.
Constructors
- GroupKindDependency({GroupKind? requiring, GroupKind? satisfying})
- GroupKindDependency.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requiring ↔ GroupKind?
-
The requiring group kind requires that the other group kind be restored
first.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfying ↔ GroupKind?
-
The satisfying group kind must be restored first in order to satisfy the
dependency.
getter/setter pair
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