menu
anthropic_sdk_dart package
documentation
anthropic_sdk_dart.dart
BranchCheckout
BranchCheckout.new const constructor
BranchCheckout.new const constructor
dark_mode
light_mode
BranchCheckout
constructor
const
BranchCheckout
(
{
String
type
=
'branch'
,
required
String
name
,
})
Creates a
BranchCheckout
.
Implementation
const BranchCheckout({this.type = 'branch', required this.name});
anthropic_sdk_dart package
documentation
anthropic_sdk_dart
BranchCheckout
BranchCheckout.new const constructor
BranchCheckout class