parents property

List<String>? parents
final

A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.

Implementation

final List<String>? parents;