SyncGetRepoInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SyncGetRepoInput({
/// The DID of the repo.
required String did,
/// The revision ('rev') of the repo to create a diff from.
String? since,
Map<String, dynamic>? $unknown,
}) = _SyncGetRepoInput;