SyncGetLatestCommitInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SyncGetLatestCommitInput({
/// The DID of the repo.
required String did,
Map<String, dynamic>? $unknown,
}) = _SyncGetLatestCommitInput;