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