VersionFile class
A static content file that is part of a version.
Constructors
- VersionFile({String? hash, String? path, String? status})
- VersionFile.fromJson(Map _json)
Properties
- hash ↔ String?
-
The SHA256 content hash of the file.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- path ↔ String?
-
The URI at which the file's content should display.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The current status of a particular file in the specified version.
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