menu
dart_bom package
documentation
git/git.dart
Branch
Branch.new const constructor
Branch.new const constructor
dark_mode
light_mode
Branch
constructor
const
Branch
(
{
required
String
branchName
,
String
?
remote
,
})
Implementation
const Branch({required this.branchName, this.remote});
dart_bom package
documentation
git/git
Branch
Branch.new const constructor
Branch class