Query$GetLastCommits$repository$object$$Commit$history$nodes class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Query$GetLastCommits$repository$object$$Commit$history$nodes({required String oid, required String messageHeadline, required String messageBody, Query$GetLastCommits$repository$object$$Commit$history$nodes$author? author, required String committedDate, required String commitUrl, required String $__typename})
-
Query$GetLastCommits$repository$object$$Commit$history$nodes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
final
- committedDate → String
-
final
- commitUrl → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- messageBody → String
-
final
- messageHeadline → String
-
final
- oid → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override