Dependencies class
Constructors
-
Dependencies(List<
Uri> dependencies) -
const
-
Dependencies.fromJson(List<
Object?> ? jsonList) -
factory
Properties
-
dependencies
→ List<
Uri> -
The dependencies a build relied on.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
lastModified(
) → Future< DateTime> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List< String> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
toJsonList(
List< Uri> dependencies) → List<String>