SourceSpecification class sealed
Describes where source code comes from.
Subclasses represent different acquisition strategies: local paths, Git repositories, or immutable source archives.
- Implementers
Constructors
-
SourceSpecification.fromJson(Map<
String, dynamic> json) -
Deserializes a source specification from JSON.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes this source specification to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited