SourceBuildInformation class
Location of the source code for an application version.
- Annotations
- @_s.JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: false, createToJson: true)
Constructors
- SourceBuildInformation({@_s.required String sourceLocation, @_s.required SourceRepository sourceRepository, @_s.required SourceType sourceType})
- SourceBuildInformation.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sourceLocation → String
-
The location of the source code, as a formatted string, depending on the
value of
SourceRepository
[...]@_s.JsonKey(name: 'SourceLocation'), final - sourceRepository → SourceRepository
-
Location where the repository is stored. [...]
@_s.JsonKey(name: 'SourceRepository'), final
- sourceType → SourceType
-
The type of repository. [...]
@_s.JsonKey(name: 'SourceType'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited