SourceRevision class
A source revision.
Constructors
- SourceRevision({required Source source, required OperatingSystemVersion operatingSystemVersion, String? version, String? productType})
-
const
-
SourceRevision.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operatingSystemVersion → OperatingSystemVersion
-
The operating system version of the revision.
final
- productType → String?
-
The product type of the revision.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → Source
-
The source of the revision.
final
- systemVersion → String
-
The system version of the revision.
no setter
- version → String?
-
The version of the revision.
final
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